7 lines
200 B
C#
7 lines
200 B
C#
using Robust.Shared.GameStates;
|
|
|
|
namespace Content.Shared.Interaction.Components;
|
|
|
|
[RegisterComponent, NetworkedComponent]
|
|
public sealed partial class BypassInteractionChecksComponent : Component;
|