reformatted code
This commit is contained in:
@ -1,20 +1,21 @@
|
||||
package cicaprojekt;
|
||||
|
||||
public class Game {
|
||||
private Player oneill;
|
||||
private Dungeon dungeon;
|
||||
private FlowOfTime flowoftime;
|
||||
private Player oneill;
|
||||
|
||||
private Dungeon dungeon;
|
||||
private FlowOfTime flowoftime;
|
||||
|
||||
public void allZPMsCollected() {
|
||||
this.stopGame();
|
||||
}
|
||||
|
||||
public void startGame() {
|
||||
}
|
||||
|
||||
public void stopGame() {
|
||||
}
|
||||
public static void main(String[] args) {
|
||||
}
|
||||
|
||||
public static void main(String[] args) {}
|
||||
public void allZPMsCollected() {
|
||||
this.stopGame();
|
||||
}
|
||||
|
||||
public void startGame() {
|
||||
}
|
||||
|
||||
public void stopGame() {
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user