using Robust.Shared.GameStates; namespace Content.Shared.Delivery; /// /// Component given to deliveries. /// Indicates this bomb delivery is primed. /// [RegisterComponent, NetworkedComponent] [Access(typeof(DeliveryModifierSystem))] public sealed partial class PrimedDeliveryBombComponent : Component;