예제 #1
0
 public void AddHealth(int amount)
 {
     amount = ModHooks.BeforeAddHealth(amount);
     orig_AddHealth(amount);
 }