using Content.Shared.Wieldable; using Robust.Shared.GameStates; namespace Content.Shared.Movement.Components; /// /// Indicates that this item requires wielding for the cursor offset effect to be active. /// [RegisterComponent, NetworkedComponent, Access(typeof(SharedWieldableSystem))] public sealed partial class CursorOffsetRequiresWieldComponent : Component { }