10 lines
264 B
C#
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;
|