feat: Medbay cryo pods (#11349)
Fixes https://github.com/space-wizards/space-station-14/issues/11245
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
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 class ActiveCryoPodComponent : Component
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user