Beispiel #1
0
 public void Initialize()
 {
     PlayerName = "NewPlayer";
     Difficulty = GameController_Difficulty.Normal;
     Points     = 0;
 }
Beispiel #2
0
 public void SetDifficulty(GameController_Difficulty value)
 {
     GameParams.Difficulty = value;
     RefreshGameParams();
 }