6
StarHorizon_Public/Content.Shared/Interaction/Components/BypassInteractionChecksComponent.cs
2025-11-03 10:15:18 +03:00

7 lines
200 B
C#

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