Server.Mobiles.BaseCreature.AddSpellAttack C# (CSharp) Method

AddSpellAttack() public method

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