Server.Mobiles.BaseCreature.BreathPlayAngerAnimation C# (CSharp) Méthode

BreathPlayAngerAnimation() public méthode

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