Exemple #1
0
 public void DisableControls()
 {
     movementInputEnabled = false;
     gameOver             = true;
     IS.GameOver();
     BreakLine();
 }