6
StarHorizon_Public/Content.Shared/Interaction/Components/BypassInteractionChecksComponent.cs
2026-01-13 18:31:02 +02:00

7 lines
200 B
C#

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