Exemplo n.º 1
0
 protected void Heal(ICharacter target, double healing)
 {
     ScriptHelper.Heal(target, healing);
 }