示例#1
0
文件: Baker.cs 项目: xdrie/DuckMind
 public Baker(CakeGame game)
 {
     this.game = game;
     buildReasoner();
 }
示例#2
0
 public UtilityTests()
 {
     game = new CakeGame();
 }