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