BUI changes required for Engine PR (#10608)
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Content.Client.Storage
|
||||
{
|
||||
[ViewVariables] private StorageWindow? _window;
|
||||
|
||||
public StorageBoundUserInterface(ClientUserInterfaceComponent owner, object uiKey) : base(owner, uiKey)
|
||||
public StorageBoundUserInterface(ClientUserInterfaceComponent owner, Enum uiKey) : base(owner, uiKey)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user