forked from space-syndicate/space-station-14
6 lines
160 B
C#
6 lines
160 B
C#
using Content.Shared.Storage.EntitySystems;
|
|
|
|
namespace Content.Client.Storage.Systems;
|
|
|
|
public sealed class EntityStorageSystem : SharedEntityStorageSystem;
|