2026-04-01 상호작용

This commit is contained in:
2026-04-01 18:05:42 +09:00
parent 902b1b76fb
commit 4cbd9787b8
11 changed files with 89 additions and 17 deletions

View File

@@ -1 +1 @@
public enum PlayerState { Idle, Walk, Run, Dodge, Jump, Fall, Attack, Charge, Hit, Dead, Inertia, None }
public enum PlayerState { Idle, Walk, Run, Dodge, Jump, Fall, Attack, Charge, Hit, Dead, Inertia, Action, Trans, None }