Predict entitystorage (#14082)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
10
Content.Client/Storage/Components/EntityStorageComponent.cs
Normal file
10
Content.Client/Storage/Components/EntityStorageComponent.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Content.Shared.Storage.Components;
|
||||
using Robust.Shared.GameStates;
|
||||
|
||||
namespace Content.Client.Storage.Components;
|
||||
|
||||
[RegisterComponent, ComponentReference(typeof(SharedEntityStorageComponent))]
|
||||
public sealed class EntityStorageComponent : SharedEntityStorageComponent
|
||||
{
|
||||
|
||||
}
|
||||
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