コード例 #1
0
ファイル: EvolutionManager.cs プロジェクト: vilinet/aistuff
 public void Reset()
 {
     Evolution.InitPopulation(null);
     UpdateCarEntities();
 }