Enable verbs for items in storage and prevent orphaned nested UIs (#5512)
This commit is contained in:
@@ -38,6 +38,7 @@ namespace Content.Client.Storage
|
||||
private int StorageSizeUsed;
|
||||
private int StorageCapacityMax;
|
||||
private StorageWindow? _window;
|
||||
public bool UIOpen => _window?.IsOpen ?? false;
|
||||
|
||||
public override IReadOnlyList<IEntity> StoredEntities => _storedEntities;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user