public void AddHealth(int amount)
 {
     amount = ModHooks.BeforeAddHealth(amount);
     orig_AddHealth(amount);
 }