Esempio n. 1
0
 public Baker(CakeGame game)
 {
     this.game = game;
     buildReasoner();
 }
Esempio n. 2
0
 public UtilityTests()
 {
     game = new CakeGame();
 }