Example #1
0
 void EmptySpellCastDelegate()
 {
     spellCast_Start = null;
     spellCast_Loop  = null;
     spellCast_Stop  = null;
 }
Example #2
0
 void EmptySpellCastDelegates()
 {
     spellCast_start = null;
     spellCast_loop  = null;
     spellCast_stop  = null;
 }