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