Predict StorageComponent (#19682)
This commit is contained in:
12
Content.Shared/Storage/Components/StorageFillComponent.cs
Normal file
12
Content.Shared/Storage/Components/StorageFillComponent.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Content.Shared.Storage.EntitySystems;
|
||||
using Robust.Shared.GameStates;
|
||||
|
||||
namespace Content.Shared.Storage.Components;
|
||||
|
||||
// TODO:
|
||||
// REPLACE THIS WITH CONTAINERFILL
|
||||
[RegisterComponent, NetworkedComponent, Access(typeof(SharedStorageSystem))]
|
||||
public sealed partial class StorageFillComponent : Component
|
||||
{
|
||||
[DataField("contents")] public List<EntitySpawnEntry> Contents = new();
|
||||
}
|
||||
Reference in New Issue
Block a user