// Use this for initialization void Start() { Instance = this; unitManager = UnitManager.Instance; selectionList = new List <ISelectObject>(); border = new GuiRectangle(1, 1); border.SetColor(Color.yellow); }