Example #1
0
 /// <summary>
 /// To call when the player wants to start the game
 /// </summary>
 public void OnClickStartGame()
 {
     m_GameCreator.CreateBallAtRacket();
 }