Files
OldThink/Content.Client/Storage/Systems/EntityStorageSystem.cs

9 lines
164 B
C#
Raw Normal View History

using Content.Shared.Storage.EntitySystems;
namespace Content.Client.Storage.Systems;
public sealed class EntityStorageSystem : SharedEntityStorageSystem
{
}