Predict entitystorage (#14082)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
8
Content.Client/Storage/Systems/EntityStorageSystem.cs
Normal file
8
Content.Client/Storage/Systems/EntityStorageSystem.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Content.Shared.Storage.EntitySystems;
|
||||
|
||||
namespace Content.Client.Storage.Systems;
|
||||
|
||||
public sealed class EntityStorageSystem : SharedEntityStorageSystem
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user