Server.Mobiles.BaseCreature.BreathPlayAngerAnimation C# (CSharp) Method

BreathPlayAngerAnimation() public method

public BreathPlayAngerAnimation ( ) : void
return void
        public virtual void BreathPlayAngerAnimation()
        {
            Animate( BreathAngerAnimation, 5, 1, true, false, 0 );
        }
BaseCreature