示例#1
0
 public override void StartGame()
 {
     currentGameState = CurrentGameState.GameIsRunning;
     player.StartMoving();
     platformController.StartSpawningPlatforms();
 }