2021-09-17 07:16:11 -07:00
|
|
|
using Content.Shared.Hands;
|
|
|
|
|
using Content.Shared.Hands.Components;
|
2022-03-17 20:13:31 +13:00
|
|
|
using Content.Shared.Hands.EntitySystems;
|
2021-09-17 07:16:11 -07:00
|
|
|
using JetBrains.Annotations;
|
2022-10-16 06:00:04 +13:00
|
|
|
using System.Diagnostics.CodeAnalysis;
|
2021-09-17 07:16:11 -07:00
|
|
|
|
|
|
|
|
namespace Content.Server.Hands.Systems
|
|
|
|
|
{
|
|
|
|
|
[UsedImplicitly]
|
2022-01-01 05:20:32 -08:00
|
|
|
public sealed class HandVirtualItemSystem : SharedHandVirtualItemSystem
|
2021-09-17 07:16:11 -07:00
|
|
|
{
|
2022-01-05 17:53:08 +13:00
|
|
|
|
2021-09-17 07:16:11 -07:00
|
|
|
}
|
|
|
|
|
}
|