diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2016-02-22 07:29:11 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2016-02-22 07:29:11 +0100 |
commit | 69baa7467d4d0edbf511097ee7a84abc09e63f81 (patch) | |
tree | eb9e842418031c08b91d05ab756d01ff68caeaf2 /core | |
parent | 8d9542b6f3a81119dbd076abc8484b6bd3b8c14d (diff) | |
download | RustAndDust-69baa7467d4d0edbf511097ee7a84abc09e63f81.zip RustAndDust-69baa7467d4d0edbf511097ee7a84abc09e63f81.tar.gz |
Config: add gameId
Diffstat (limited to 'core')
-rw-r--r-- | core/src/ch/asynk/rustanddust/game/Config.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/ch/asynk/rustanddust/game/Config.java b/core/src/ch/asynk/rustanddust/game/Config.java index cc148db..ed97b4f 100644 --- a/core/src/ch/asynk/rustanddust/game/Config.java +++ b/core/src/ch/asynk/rustanddust/game/Config.java @@ -74,6 +74,7 @@ public class Config public boolean autoPath; public boolean debug; public Battle battle; + public int gameId; public float fxVolume; public Graphics graphics; |