Exemplo n.º 1
0
 public void StartNewLaunch()
 {
     bouncermaker.NewGame();
     player.startForceBoost = (float)boostNum;
     player.Go();
     disttrac.gameRunning = true;
 }