Пример #1
0
 public Baker(CakeGame game)
 {
     this.game = game;
     buildReasoner();
 }
Пример #2
0
 public UtilityTests()
 {
     game = new CakeGame();
 }