Fix merge artifact (#18570)
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
using Content.Shared.Gateway;
|
||||
using JetBrains.Annotations;
|
||||
using Robust.Client.GameObjects;
|
||||
|
||||
namespace Content.Client.Gateway.UI;
|
||||
|
||||
[UsedImplicitly]
|
||||
public sealed class GatewayBoundUserInterface : BoundUserInterface
|
||||
{
|
||||
private GatewayWindow? _window;
|
||||
|
||||
public GatewayBoundUserInterface(ClientUserInterfaceComponent owner, Enum uiKey) : base(owner, uiKey)
|
||||
public GatewayBoundUserInterface(EntityUid owner, Enum uiKey) : base(owner, uiKey)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user