示例#1
0
 public virtual void Deselect()
 {
     if (!selected)
     {
         return;
     }
     StartCoroutine(buildingInfoWindow.CloseCoroutine());
     gameController.pointer.ShowSelectIndicator(false);
     selected = false;
 }