mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-18 23:46:28 +01:00
Merge branch '272-roomuniteffects' into 'dev'
fix(RoomUnitEffects): add more effects to enum See merge request morningstar/Arcturus-Community!59
This commit is contained in:
commit
ca9a36dfbc
@ -198,7 +198,11 @@ public enum RoomUnitEffect {
|
||||
WATERINGCAN(192),
|
||||
TRAMPOLINEJUMP(193),
|
||||
TREADMILL(194),
|
||||
CROSSTRAINER(195);
|
||||
CROSSTRAINER(195),
|
||||
STARWARS(196),
|
||||
FLYINGCARPET(197),
|
||||
YELLOWDUCK(198),
|
||||
FLYNGTURTLE(199);
|
||||
|
||||
private int id;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user