dd
This commit is contained in:
6
assets/script/game/component/hero/HeroAnimState.ts
Normal file
6
assets/script/game/component/hero/HeroAnimState.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export enum HeroAnimState {
|
||||
IDLE = "Idle",
|
||||
WALKING = "Walking",
|
||||
ATTACKING = "Attacking",
|
||||
TAUNT = "Taunt"
|
||||
}
|
||||
Reference in New Issue
Block a user