6
2026-01-24 12:49:55 +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
{
}