public void setGameDirType(GameDirType gameDirType) { this.gameDirType = gameDirType.ordinal(); Settings.save(); }
public GameDirType getGameDirType() { return GameDirType.values()[gameDirType]; }