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

AddSpellAttack() 공개 메소드

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