Files
tbd-station-14/Content.Client/Storage/Systems/EntityStorageSystem.cs
2023-02-26 23:44:30 +11:00

9 lines
164 B
C#

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