Predict cryopods (#39385)
Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
namespace Content.Shared.Medical.Cryogenics;
|
||||
using Robust.Shared.GameStates;
|
||||
|
||||
namespace Content.Shared.Medical.Cryogenics;
|
||||
|
||||
/// <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
|
||||
{
|
||||
}
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
public sealed partial class ActiveCryoPodComponent : Component;
|
||||
|
||||
Reference in New Issue
Block a user