using RebootKit.Engine.Simulation; using Unity.Mathematics; namespace RebootReality.jelycho { public interface IHurtbox { void ReceiveDamage(Actor attacker, ulong damage, float3 worldHitPos); } }