Exemplo n.º 1
0
 /// <summary>
 /// Called when restart button clicked on UI
 /// </summary>
 public void Restart_Click()
 {
     gamePlayController.RestartGame();
 }