using Content.Server.Explosion.EntitySystems; namespace Content.Server.Explosion.Components; /// /// Will delete the attached entity upon a . /// [RegisterComponent] public sealed partial class DeleteOnTriggerComponent : Component { }