Content BUI changes for engine PR (#10308)
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Content.Client.CloningConsole.UI
|
||||
{
|
||||
private CloningConsoleWindow? _window;
|
||||
|
||||
public CloningConsoleBoundUserInterface(ClientUserInterfaceComponent owner, object uiKey) : base(owner, uiKey)
|
||||
public CloningConsoleBoundUserInterface(ClientUserInterfaceComponent owner, Enum uiKey) : base(owner, uiKey)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user