コード例 #1
0
ファイル: AbstractPlanet.cs プロジェクト: yiochen/SiegeNebula
 /**
  * Selections need to be managed by the GameManager.
  * We should see visual indication of a selection.
  **/
 void OnMouseDown()
 {
     gameManager.ChangeSelection(this);
 }