diff options
Diffstat (limited to 'core/src/ch/asynk/rustanddust')
| -rw-r--r-- | core/src/ch/asynk/rustanddust/game/battles/BattleCommon.java | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/core/src/ch/asynk/rustanddust/game/battles/BattleCommon.java b/core/src/ch/asynk/rustanddust/game/battles/BattleCommon.java index 96ff1d2..ab7bca4 100644 --- a/core/src/ch/asynk/rustanddust/game/battles/BattleCommon.java +++ b/core/src/ch/asynk/rustanddust/game/battles/BattleCommon.java @@ -22,11 +22,12 @@ public abstract class BattleCommon implements Battle  {      protected final static Random random = new Random(System.currentTimeMillis()); +    protected final Factory factory; +      protected int _id;      protected Factory.MapType mapType;      protected String name;      protected String description; -    protected Factory factory;      protected Map map;      protected Player currentPlayer;      protected Player usPlayer; | 
