removed unnecessary lines of code
This commit is contained in:
parent
1974396f61
commit
070c1f8720
@ -5,7 +5,6 @@ import java.awt.*;
|
|||||||
import java.io.File;
|
import java.io.File;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
import java.util.Random;
|
|
||||||
|
|
||||||
public class Game {
|
public class Game {
|
||||||
private Player oneill;
|
private Player oneill;
|
||||||
@ -14,16 +13,13 @@ public class Game {
|
|||||||
private PlayerBase replicator;
|
private PlayerBase replicator;
|
||||||
|
|
||||||
private Dungeon dungeon;
|
private Dungeon dungeon;
|
||||||
private Random random;
|
|
||||||
private FlowOfTime flowoftime;
|
private FlowOfTime flowoftime;
|
||||||
|
|
||||||
private Display display;
|
private Display display;
|
||||||
|
|
||||||
public static Game instance = new Game();
|
public static Game instance = new Game();
|
||||||
|
|
||||||
private Game() {
|
private Game() {}
|
||||||
random = new Random();
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setDungeon(Dungeon dungeon) {
|
public void setDungeon(Dungeon dungeon) {
|
||||||
this.dungeon = dungeon;
|
this.dungeon = dungeon;
|
||||||
|
Loading…
Reference in New Issue
Block a user