using Robust.Shared.GameStates; namespace Content.Shared.Hands.Components; [RegisterComponent] [NetworkedComponent] [AutoGenerateComponentState(true)] public sealed partial class HandVirtualItemComponent : Component { /// /// The entity blocking this hand. /// [DataField("blockingEntity"), AutoNetworkedField] public EntityUid BlockingEntity; }