Files
space-station-14/Content.Client/Storage/Systems/EntityStorageSystem.cs
2025-12-02 18:33:40 +00:00

6 lines
160 B
C#

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