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