Back to Server.Spells

SpellInfo

(ctor) SpellInfo( string name, string mantra, SpellCircle circle, Type[] regs )
(ctor) SpellInfo( string name, string mantra, SpellCircle circle, int action, Type[] regs )
int Action{ get; }
SpellCircle Circle{ get; }
string Mantra{ get; }
string Name{ get; }
Type[] Reagents{ get; }