Esempio n. 1
0
 public void GoToLevel(int level)
 {
     levelMgr.GoToLevel(level);
     this.State = GameState.BEGIN_LEVEL;
 }