コード例 #1
0
ファイル: Agent.cs プロジェクト: ShenZhouXieZhiFeng/TankAI
 public int CompareTo(Agent other)
 {
     return(Genotype.CompareTo(other.Genotype));
 }