Cryogenic Sleep Units (#24096)
* Cryogenic sleep units * pause map support * no more body deletion * Cryogenic Storage Units * boowomp * no more emag, no more dropping present people
This commit is contained in:
14
Content.Shared/Containers/ExitContainerOnMoveComponent.cs
Normal file
14
Content.Shared/Containers/ExitContainerOnMoveComponent.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using Robust.Shared.GameStates;
|
||||
|
||||
namespace Content.Shared.Containers;
|
||||
|
||||
/// <summary>
|
||||
/// This is used for a container that is exited when the entity inside of it moves.
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
[Access(typeof(ExitContainerOnMoveSystem))]
|
||||
public sealed partial class ExitContainerOnMoveComponent : Component
|
||||
{
|
||||
[DataField, ViewVariables(VVAccess.ReadWrite)]
|
||||
public string ContainerId;
|
||||
}
|
||||
Reference in New Issue
Block a user