Files
tbd-station-14/Content.Shared/Medical/Cryogenics/ActiveCryoPodComponent.cs

10 lines
290 B
C#

namespace Content.Server.Medical.Components;
/// <summary>
/// Tracking component for an enabled cryo pod (which periodically tries to inject chemicals in the occupant, if one exists)
/// </summary>
[RegisterComponent]
public sealed partial class ActiveCryoPodComponent : Component
{
}