Последняя правка
This commit is contained in:
parent
7924f3a68e
commit
916ebee85d
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user