public static void spellStart(BaseSpell.SpellID spellID) { if (onSpellStart != null) { onSpellStart(spellID); } }
public static void spellEnd(BaseSpell.SpellID spellID) { if (onSpellEnd != null) { onSpellEnd(spellID); } }