6
2025-11-15 12:24:44 +03: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 {}
}