Remove cryo pod component references (#15247)
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
using Content.Server.Atmos;
|
||||
using Content.Shared.Atmos;
|
||||
using Content.Shared.Medical.Cryogenics;
|
||||
|
||||
namespace Content.Server.Medical.Components;
|
||||
|
||||
[RegisterComponent, ComponentReference(typeof(SharedCryoPodComponent))]
|
||||
public sealed class CryoPodComponent: SharedCryoPodComponent
|
||||
[RegisterComponent]
|
||||
public sealed class CryoPodAirComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// Local air buffer that will be mixed with the pipenet, if one exists, per tick.
|
||||
Reference in New Issue
Block a user