FSM Selector with sound

This commit is contained in:
Marco 2025-03-01 18:02:11 +01:00
commit ee09c50dbd
20 changed files with 330 additions and 28 deletions

View file

@ -584,6 +584,7 @@ public enum PlayerState
Init,
Active,
Cutscene,
Teleporting,
Controlling,
Dead,
}