animation host done

This commit is contained in:
VDH
2025-09-19 17:39:39 +07:00
parent 53013d7887
commit 0dd73da3c4
12 changed files with 195 additions and 52 deletions
@@ -1,4 +1,5 @@
using UnityEngine;
using static EC_Player;
public class PlayerIdleState : PlayerState
{
@@ -8,7 +9,7 @@ public class PlayerIdleState : PlayerState
public override void Enter()
{
_characterCtrl.PlayAction((int)PLAYER_ACTION_TYPE.ACT_STAND, true, 1, false);
}
public override void Exit()