Back to Server.Spells

SpellRegistry

(static) int Count( get; )
(static) Type[] Types( get; )
(static) Spell NewSpell( int spellID, Mobile caster, Item scroll )
(static) Spell NewSpell( string name, Mobile caster, Item scroll )
(static) void Register( int spellID, Type type )
(ctor) SpellRegistry()