using Content.Shared.Engineering.Systems; using Content.Shared.Weapons.Melee.Balloon; namespace Content.Shared.Engineering.Components; /// /// Implements logic to allow inflatable objects to be safely deflated by items. /// /// /// The owning entity must have to implement the logic. /// /// [RegisterComponent] public sealed partial class InflatableSafeDisassemblyComponent : Component;