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