made cosmetic changes to most of the files: unified coding style

This commit is contained in:
2016-04-23 17:15:19 +02:00
parent 7eeeefa3e2
commit e041576547
11 changed files with 10 additions and 9 deletions

View File

@ -4,7 +4,8 @@ public class Game {
private Player oneill;
private Dungeon dungeon;
private FlowOfTime flowoftime;
public void allZPMsCollected() {
Menu.addTab();
System.out.println(">" + "[" + ":" + this.getClass().getSimpleName() + "]" + Menu.tabulator + "Game.allZPMsCollected()");