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

Dispel() 공개 메소드

public Dispel ( Mobile m ) : void
m Mobile
리턴 void
        public virtual void Dispel( Mobile m )
        {
            Effects.SendLocationParticles( EffectItem.Create( m.Location, m.Map, EffectItem.DefaultDuration ), 0x3728, 8, 20, 5042 );
            Effects.PlaySound( m, m.Map, 0x201 );

            m.Delete();
        }
BaseCreature