using Content.Shared.Hands; using Content.Shared.Hands.Components; using Content.Shared.Hands.EntitySystems; using JetBrains.Annotations; using System.Diagnostics.CodeAnalysis; namespace Content.Server.Hands.Systems { [UsedImplicitly] public sealed class HandVirtualItemSystem : SharedHandVirtualItemSystem { } }