Files
tbd-station-14/Content.Shared/Morgue/Components/ActiveCrematoriumComponent.cs
2025-08-21 16:49:50 -07:00

10 lines
264 B
C#

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