Ejemplo n.º 1
0
 void SendThreatHealing(int heal_amount)
 {
     encounter.BroadcastThreat(this, heal_amount * threat_mod);
 }