#include <Conjuration.h>
Inheritance diagram for ogs::spells::Conjuration:
Public Member Functions | |
virtual const ogs::magic::School & | getSchool () const |
Determine the school (or subschool) for this type of spell. |
|
All Conjuration spells are in the Conjuration school or a Conjuration subschool. Derived classes may override this function to return a Conjuration subschool.
Implements ogs::magic::Spell. Reimplemented in ogs::spells::conjurations::CureWounds. |