diff --git a/Content.Client/Storage/UI/StorageUIController.cs b/Content.Client/Storage/UI/StorageUIController.cs index 9fc7909c34..352ee4f9ed 100644 --- a/Content.Client/Storage/UI/StorageUIController.cs +++ b/Content.Client/Storage/UI/StorageUIController.cs @@ -1,10 +1,11 @@ +using Content.Client.Gameplay; using Content.Client.Storage.Systems; using Content.Shared.Storage; using Robust.Client.UserInterface.Controllers; namespace Content.Client.Storage.UI; -public sealed class StorageUIController : UIController, IOnSystemChanged +public sealed class StorageUIController : UIController, IOnSystemChanged, IOnStateExited { // This is mainly to keep legacy functionality for now. private readonly Dictionary _storageWindows = new(); @@ -57,4 +58,14 @@ public sealed class StorageUIController : UIController, IOnSystemChanged