Beispiel #1
0
 public void AskForSeed()
 {
     Seed = InputUtilities.AskForNumber("What is the seed ?", Int32.MinValue);
 }
Beispiel #2
0
 public void AskGoldNumberToWin()
 {
     CoinsToWin = InputUtilities.AskForNumber("How much coins to win ?", 6);
 }