Exemple #1
0
 public void StartNewGame(GUIWidget widget)
 {
     m_Playfield.StartNewGame();
     MakeMenuVisibleHideOthers(m_Playfield);
 }