Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/game/StarTechController.hpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2023-08-02 22:02:21 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2023-08-02 22:02:21 +1000
commit98949574a8cbcd0ba3e0d910fbf1abcbb1bcb1d2 (patch)
tree2a5a3081f26837fb2496ade69c9ca857afb6e266 /source/game/StarTechController.hpp
parent32e6eab0699c0c802435e6fb1a3ad47d2748acee (diff)
SwimIdle tech parent state
Diffstat (limited to 'source/game/StarTechController.hpp')
-rw-r--r--source/game/StarTechController.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/game/StarTechController.hpp b/source/game/StarTechController.hpp
index 03fa61f..d686b1e 100644
--- a/source/game/StarTechController.hpp
+++ b/source/game/StarTechController.hpp
@@ -28,7 +28,8 @@ public:
Duck,
Walk,
Run,
- Swim
+ Swim,
+ SwimIdle
};
static EnumMap<ParentState> const ParentStateNames;