using UnityEngine; using System.Collections; public class SectorTrigger : MonoBehaviour { public string sectorName; // Use this for initialization void Start () { if(sectorName == "") sectorName = ""; } // Update is called once per frame void Update () { } }