2022-12-25 12:35:51 +01:00
|
|
|
|
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]
|
2023-08-22 18:14:33 -07:00
|
|
|
|
public sealed partial class ActiveCryoPodComponent : Component
|
2022-12-25 12:35:51 +01:00
|
|
|
|
{
|
|
|
|
|
|
}
|