Dumpable component to use a doafter to empty storage into a disposal unit, placeable surface, or the ground (#7792)
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Content.Client.Storage
|
||||
/// Client version of item storage containers, contains a UI which displays stored entities and their size
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class ClientStorageComponent : SharedStorageComponent, IDraggable
|
||||
public sealed class ClientStorageComponent : SharedStorageComponent
|
||||
{
|
||||
[Dependency] private readonly IEntityManager _entityManager = default!;
|
||||
private List<EntityUid> _storedEntities = new();
|
||||
|
||||
Reference in New Issue
Block a user