Пример #1
0
 void AddAirToRandomtestPoints()
 {
     for (int i = 0; i < 10; i++)
     {
         airSim.AddAirAtPoint(RNG.Ints(0, 96), RNG.Ints(0, 96), RNG.Ints(0, 96), RNG.Floats(0, 1) * testAmount);
     }
 }