コード例 #1
0
ファイル: Baker.cs プロジェクト: xdrie/DuckMind
 public Baker(CakeGame game)
 {
     this.game = game;
     buildReasoner();
 }
コード例 #2
0
 public UtilityTests()
 {
     game = new CakeGame();
 }