From cc91d08a4afd616101a69a94d8e52ac2314afc27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Thu, 28 Jan 2016 17:04:23 +0100 Subject: BattleCommon: Factory is final --- core/src/ch/asynk/rustanddust/game/battles/BattleCommon.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- cgit v1.1-2-g2b99