Exemplo n.º 1
0
 protected void TryToApplyDebuff(ICharacter target, DebuffResistance type, int applyChance)
 {
     ScriptHelper.TryToApplyDebuff(target, type, applyChance);
 }