Server.Mobiles.BaseCreature.BreathPlayAngerAnimation C# (CSharp) 메소드

BreathPlayAngerAnimation() 공개 메소드

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