mirror of
https://github.com/corvax-team/ss14-wl.git
synced 2026-09-15 14:52:26 +02:00
* Virtual items cleanup * Detail * Review --------- Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
10 lines
179 B
C#
10 lines
179 B
C#
using Content.Shared.Hands;
|
|
using Content.Shared.Inventory.VirtualItem;
|
|
|
|
namespace Content.Server.Inventory;
|
|
|
|
public sealed class VirtualItemSystem : SharedVirtualItemSystem
|
|
{
|
|
|
|
}
|