Hello, people! I encountered a problem: I can not keep track of damage inflicted on a sleeping bag/bed in Fougerite.Hooks.EntityHurt method, try logging:
This method worked success for all deployable/struct object, but for sleepingBag/bed not work, why? although this items is deployable
C#:
public static void EntityHurt(object entity, ref DamageEvent e) {
Logger.Log("EntityHurt is work!");
...
}