namespace Content.Shared.Damage.Components; /// /// This is used for entities that are immune to getting hit by DamageOtherOnHit, and getting embedded from EmbeddableProjectile. /// [RegisterComponent] public sealed partial class DamageOtherOnHitImmuneComponent : Component {}