Удаление ненужных полей.
This commit is contained in:
parent
cab773db88
commit
81da5dc094
@ -2,7 +2,6 @@ import java.awt.*;
|
||||
|
||||
public class DrawingEngines {
|
||||
private DirectionEnginesOnStormtrooper enginesCount;
|
||||
private Color color;
|
||||
public void SetNewEngines(int countEngines){
|
||||
if (countEngines == 4) {
|
||||
enginesCount = DirectionEnginesOnStormtrooper.FOUR;
|
||||
|
@ -7,7 +7,6 @@ import java.awt.event.ComponentListener;
|
||||
import java.util.Random;
|
||||
public class FormStormtrooper extends JComponent {
|
||||
private DrawingStormtrooper _stormtrooper;
|
||||
private EntityStormtrooper _entityStormtrooper;
|
||||
public static void main(String[] args) {
|
||||
FormStormtrooper formStormtrooper = new FormStormtrooper();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user