コード例 #1
0
ファイル: GameAgent.cs プロジェクト: PaulMineau/AIMA.Net
 public GameAgent(Game g)
 {
     this.game = g;
 }