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

BreathPlayEffectSound() 공개 메소드

public BreathPlayEffectSound ( ) : void
리턴 void
        public virtual void BreathPlayEffectSound()
        {
            PlaySound( BreathEffectSound );
        }
BaseCreature