Multiple variables in one declaration

This commit is contained in:
thatsIch
2015-03-26 12:13:34 +01:00
parent b609b08f98
commit 81c32d5181
26 changed files with 103 additions and 37 deletions
@@ -109,7 +109,8 @@ public enum Achievements
public final ItemStack stack;
public final AchievementType type;
private final int x, y;
private final int x;
private final int y;
private Achievement parent;
private Achievement stat;