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