コード例 #1
0
 public AiAgent(string col, uint diff, MinMax.putScore put)
     : base(col)
 {
     this.put   = put;
     difficulty = diff;
 }
コード例 #2
0
ファイル: aiAgent.cs プロジェクト: smorkeks/chessForms
 public AiAgent(string col, uint diff, MinMax.putScore put)
     : base(col)
 {
     this.put = put;
     difficulty = diff;
 }