示例#1
0
 /**
  * Selections need to be managed by the GameManager.
  * We should see visual indication of a selection.
  **/
 void OnMouseDown()
 {
     gameManager.ChangeSelection(this);
 }