Removed unnecessary proxy method
This commit is contained in:
@ -58,10 +58,6 @@ public class Game {
|
||||
this.display = display;
|
||||
}
|
||||
|
||||
public void allZPMsCollected(GameoverCause cause) {
|
||||
this.stopGame(cause);
|
||||
}
|
||||
|
||||
public void startGame(File dungeonFile) throws IOException {
|
||||
Stargate.init();
|
||||
|
||||
|
Reference in New Issue
Block a user