Пример #1
0
 public void BeginGame()
 {
     // Called by StartingScene when it finished to actually start the game
     timer.StartTimer();
     items.ResetTrash();
 }