Exemple #1
0
 public string CastSpell(string SpellName, int CasterLevel, List <IndividualStatBlock_Combat> Targets)
 {
     return(SpellReflectionWrapper.CastSpell(SpellName, CasterLevel, Targets));
 }
Exemple #2
0
 public string CastSpell(string SpellName, SpellStatBlock_Combat SpellData, List <IndividualStatBlock_Combat> Targets)
 {
     return(SpellReflectionWrapper.CastSpell(SpellName, SpellData, Targets));
 }