Removed main from Game.java

It gon' be called from Application anyway
This commit is contained in:
Bokros Bálint 2016-05-07 13:15:55 +02:00
parent 85ed728124
commit 96e53324e1

View File

@ -6,9 +6,6 @@ public class Game {
private Dungeon dungeon;
private FlowOfTime flowoftime;
public static void main(String[] args) {
}
public void allZPMsCollected() {
this.stopGame();
}