Files
tbd-station-14/Content.Server/Storage/EntitySystems/ItemMapperSystem.cs
2022-08-08 12:35:57 +10:00

10 lines
240 B
C#

using Content.Shared.Storage.EntitySystems;
using JetBrains.Annotations;
namespace Content.Server.Storage.EntitySystems
{
/// <inheritdoc/>
[UsedImplicitly]
public sealed class ItemMapperSystem : SharedItemMapperSystem {}
}