diff options
author | Pacien TRAN-GIRARD | 2016-04-08 13:26:25 +0200 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2016-04-08 13:26:25 +0200 |
commit | 95348e4ca6fa0e0a1bd88bb2a9061c3154d5beb1 (patch) | |
tree | 493290a7830c0b77eed19864e92f632dd7096df4 | |
parent | 68c4263fa48cf211b17b07dd74ba2bb5c827ef73 (diff) | |
download | xblast-95348e4ca6fa0e0a1bd88bb2a9061c3154d5beb1.tar.gz |
Reformat code
-rw-r--r-- | src/ch/epfl/xblast/server/Ticks.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ch/epfl/xblast/server/Ticks.java b/src/ch/epfl/xblast/server/Ticks.java index a4c3e74..b880dd7 100644 --- a/src/ch/epfl/xblast/server/Ticks.java +++ b/src/ch/epfl/xblast/server/Ticks.java | |||
@@ -34,6 +34,7 @@ public interface Ticks { | |||
34 | * Duration of crumbling of a wall (in ticks). | 34 | * Duration of crumbling of a wall (in ticks). |
35 | */ | 35 | */ |
36 | int WALL_CRUMBLING_TICKS = EXPLOSION_TICKS; | 36 | int WALL_CRUMBLING_TICKS = EXPLOSION_TICKS; |
37 | |||
37 | /** | 38 | /** |
38 | * Duration of the presence of a bonus (in ticks). | 39 | * Duration of the presence of a bonus (in ticks). |
39 | */ | 40 | */ |