Files
crystall-punk-14/Content.Shared/Interaction/Components/BypassInteractionChecksComponent.cs

7 lines
200 B
C#
Raw Permalink Normal View History

using Robust.Shared.GameStates;
namespace Content.Shared.Interaction.Components;
[RegisterComponent, NetworkedComponent]
public sealed partial class BypassInteractionChecksComponent : Component;