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

AddSpellDefense() 공개 메소드

public AddSpellDefense ( Type type ) : void
type System.Type
리턴 void
        public void AddSpellDefense( Type type )
        {
            m_arSpellDefense.Add ( type );
        }
BaseCreature