Combat.PlayerCombatIdle C# (CSharp) Method

PlayerCombatIdle() public method

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