ActiveCryoPodComponent.cs 290 B

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