animation host done
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user