示例#1
0
 public void StartGame()
 {
     GeneralGameValues.Playing = true;
     bola.Resume(true);
     CheckLevelState();
 }