mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-31 12:22:36 +01:00
fix(RoomUnitEffects): add more effects to enum
This commit is contained in:
parent
906a0c880c
commit
c10a093572
@ -198,7 +198,11 @@ public enum RoomUnitEffect {
|
|||||||
WATERINGCAN(192),
|
WATERINGCAN(192),
|
||||||
TRAMPOLINEJUMP(193),
|
TRAMPOLINEJUMP(193),
|
||||||
TREADMILL(194),
|
TREADMILL(194),
|
||||||
CROSSTRAINER(195);
|
CROSSTRAINER(195),
|
||||||
|
STARWARS(196),
|
||||||
|
FLYINGCARPET(197),
|
||||||
|
YELLOWDUCK(198),
|
||||||
|
FLYNGTURTLE(199);
|
||||||
|
|
||||||
private int id;
|
private int id;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user