Cleaner BoundUserInterfaces (#17736)
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Content.Client.Ame.UI
|
||||
{
|
||||
private AmeWindow? _window;
|
||||
|
||||
public AmeControllerBoundUserInterface(ClientUserInterfaceComponent owner, Enum uiKey) : base(owner, uiKey)
|
||||
public AmeControllerBoundUserInterface(EntityUid owner, Enum uiKey) : base(owner, uiKey)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user