15 lines
331 B
C#
15 lines
331 B
C#
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
|
|
{
|
|
|
|
}
|
|
}
|