Removed unnecessary proxy method

This commit is contained in:
Bokros Bálint 2016-05-14 13:07:27 +02:00
parent f04b62ec78
commit 73f01495f2

View File

@ -58,10 +58,6 @@ public class Game {
this.display = display; this.display = display;
} }
public void allZPMsCollected(GameoverCause cause) {
this.stopGame(cause);
}
public void startGame(File dungeonFile) throws IOException { public void startGame(File dungeonFile) throws IOException {
Stargate.init(); Stargate.init();