2022-08-08 12:35:57 +10:00
|
|
|
|
using Content.Shared.Storage.EntitySystems;
|
2021-09-04 19:42:32 +02:00
|
|
|
|
using JetBrains.Annotations;
|
|
|
|
|
|
|
|
|
|
|
|
namespace Content.Server.Storage.EntitySystems
|
|
|
|
|
|
{
|
2022-07-26 15:57:00 +02:00
|
|
|
|
/// <inheritdoc/>
|
2021-09-04 19:42:32 +02:00
|
|
|
|
[UsedImplicitly]
|
2022-08-08 12:35:57 +10:00
|
|
|
|
public sealed class ItemMapperSystem : SharedItemMapperSystem {}
|
2021-11-09 13:08:09 +01:00
|
|
|
|
}
|