Ejemplo n.º 1
0
 public static void Apply(Thing t, float healthDamage, float maxDamage)
 {
     t.AddNextUpdate(new HurtBehavior(healthDamage / maxDamage));
 }