using Robust.Shared.GameStates; namespace Content.Shared.Atmos.Components; /// /// Makes entities with extinguishing behavior automatically enable/disable , /// so they can be extinguished with fire extinguishers. /// [RegisterComponent] [NetworkedComponent] public sealed partial class ExtinguishableSetCollisionWakeComponent : Component;