Beispiel #1
0
 public CreateConsoleParameters()
 {
     Setup = new GameConsoleSetup();
     Count = 0;
 }
Beispiel #2
0
 public CreateConsoleParameters(GameConsoleSetup setup, int count)
 {
     Setup = setup;
     Count = count;
 }