Storage BUI bandaid (#31506)

grug storageuicontroller
This commit is contained in:
metalgearsloth 2024-08-28 13:21:52 +10:00 committed by deltanedas
parent c7bd541ba7
commit 2fc56bdb6b
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ public sealed class StorageBoundUserInterface : BoundUserInterface
private readonly StorageSystem _storage;
[Obsolete] public override bool DeferredClose => false;
public StorageBoundUserInterface(EntityUid owner, Enum uiKey) : base(owner, uiKey)
{
IoCManager.InjectDependencies(this);