Removed unnecessary proxy method
This commit is contained in:
parent
f04b62ec78
commit
73f01495f2
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user