예제 #1
0
 public static void Apply(Thing t, float healthDamage, float maxDamage)
 {
     t.AddNextUpdate(new HurtBehavior(healthDamage / maxDamage));
 }