ONeill is now constructed with an existing ctor
This commit is contained in:
parent
59d03d193f
commit
0230aec6d8
@ -30,7 +30,7 @@ public class Menu {
|
|||||||
System.out.println("6. Csillagkapu lövés");
|
System.out.println("6. Csillagkapu lövés");
|
||||||
System.out.println("X. Kilépés");
|
System.out.println("X. Kilépés");
|
||||||
|
|
||||||
ONeill oNeill = new ONeill();
|
ONeill oNeill = new ONeill(new Field(), Direction.NORTH);
|
||||||
|
|
||||||
Scanner sc = new Scanner(System.in);
|
Scanner sc = new Scanner(System.in);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user