Example #1
0
 public void ButtonClicked(GameObject button, int x, int y)
 {
     gameState.ExecuteState(button, x, y);
 }