using Robust.Shared.GameStates; namespace Content.Shared.Morgue.Components; /// /// Used to track actively cooking crematoriums. /// [RegisterComponent, NetworkedComponent] public sealed partial class ActiveCrematoriumComponent : Component;