9 lines
164 B
C#
9 lines
164 B
C#
using Content.Shared.Storage.EntitySystems;
|
|
|
|
namespace Content.Client.Storage.Systems;
|
|
|
|
public sealed class EntityStorageSystem : SharedEntityStorageSystem
|
|
{
|
|
|
|
}
|