6
StarHorizon_Public/Content.Shared/Interaction/Components/BypassInteractionChecksComponent.cs
2025-12-18 02:55:17 +03:00

7 lines
200 B
C#

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