Готово!
This commit is contained in:
parent
ab48eac425
commit
b78de3d146
@ -19,8 +19,8 @@ public class DrawningConstructor extends JComponent {
|
||||
EntityAirCraft _entityAirCraft = null;
|
||||
IDrawEngine _drawEngine = null;
|
||||
Random rnd = new Random();
|
||||
int paddlesType = rnd.nextInt(3);
|
||||
switch (paddlesType) {
|
||||
int Type = rnd.nextInt(3);
|
||||
switch (Type) {
|
||||
case 0:
|
||||
_drawEngine = new DrawningEngine();
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user