Display display added to Game.java
This commit is contained in:
		@@ -15,10 +15,13 @@ public class Game {
 | 
			
		||||
    private Random random;
 | 
			
		||||
    private FlowOfTime flowoftime;
 | 
			
		||||
 | 
			
		||||
    private Display display;
 | 
			
		||||
    
 | 
			
		||||
    public Game() {
 | 
			
		||||
        dungeon = new Dungeon();
 | 
			
		||||
        random = new Random();
 | 
			
		||||
        flowoftime = new FlowOfTime();
 | 
			
		||||
        display = new Display();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public void allZPMsCollected(GameoverCause cause) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user