mirror of
https://github.com/corvax-team/ss14-wl.git
synced 2026-06-09 10:06:46 +02:00
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;
|