Combat.PlayerCombatIdle C# (CSharp) 메소드

PlayerCombatIdle() 공개 메소드

Processing of the player combat idle state. Sets the weapon animation in use when idle.
public PlayerCombatIdle ( ) : void
리턴 void
    public virtual void PlayerCombatIdle()
    {
        return;
    }