Removed main from Game.java
It gon' be called from Application anyway
This commit is contained in:
parent
85ed728124
commit
96e53324e1
@ -6,9 +6,6 @@ public class Game {
|
|||||||
private Dungeon dungeon;
|
private Dungeon dungeon;
|
||||||
private FlowOfTime flowoftime;
|
private FlowOfTime flowoftime;
|
||||||
|
|
||||||
public static void main(String[] args) {
|
|
||||||
}
|
|
||||||
|
|
||||||
public void allZPMsCollected() {
|
public void allZPMsCollected() {
|
||||||
this.stopGame();
|
this.stopGame();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user