Последняя правка

This commit is contained in:
artur-kalimullin 2024-06-16 13:48:57 +04:00
parent 7924f3a68e
commit 916ebee85d

View File

@ -21,6 +21,7 @@ public class Constructor<T extends EntityAirCraft, U extends IDrawEngine> {
public DrawningAirCraft getRandomAirCraft() {
Random rnd = new Random();
int entityIndex = rnd.nextInt(0, 3);
int engineIndex = rnd.nextInt(0, 3);