Exemple #1
0
 public float OnGlobalHealingTaken(float amount)
 {
     raider.HealSimple(amount * scaler, true);
     return(amount);
 }