Exemplo n.º 1
0
Arquivo: Unit.cs Projeto: U3DC/RTS
 protected void Start()
 {
     mInteraction.Deselect();
     MapManager.Instance.AddUnit(transform);
 }
Exemplo n.º 2
0
 void HandleClickOtherPlayers(GameObject player)
 {
     mInteraction.Deselect();
     player.GetComponent <UnitInteraction>().Select();
 }