ItemMapperSystem.cs 240 B

123456789
  1. using Content.Shared.Storage.EntitySystems;
  2. using JetBrains.Annotations;
  3. namespace Content.Server.Storage.EntitySystems
  4. {
  5. /// <inheritdoc/>
  6. [UsedImplicitly]
  7. public sealed class ItemMapperSystem : SharedItemMapperSystem {}
  8. }