8 lines
216 B
C#
8 lines
216 B
C#
using Robust.Shared.GameStates;
|
|
|
|
namespace Content.Shared.Foldable;
|
|
|
|
[RegisterComponent, NetworkedComponent]
|
|
[Access(typeof(DeployFoldableSystem))]
|
|
public sealed partial class DeployFoldableComponent : Component;
|