6
2025-11-15 12:24:44 +03:00

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
{
}