Fixing some warnings (#6250)
Co-authored-by: Paul Ritter <ritter.paul1@googlemail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<SS14Window xmlns="https://spacestation14.io"
|
||||
<DefaultWindow xmlns="https://spacestation14.io"
|
||||
Title="{Loc 'ghost-target-window-title'}"
|
||||
MinSize="300 450"
|
||||
SetSize="300 450">
|
||||
@@ -11,4 +11,4 @@
|
||||
<!-- Target buttons get added here by code -->
|
||||
</BoxContainer>
|
||||
</ScrollContainer>
|
||||
</SS14Window>
|
||||
</DefaultWindow>
|
||||
|
||||
@@ -12,7 +12,7 @@ using Robust.Shared.Localization;
|
||||
namespace Content.Client.Ghost.UI
|
||||
{
|
||||
[GenerateTypedNameReferences]
|
||||
public partial class GhostTargetWindow : SS14Window
|
||||
public partial class GhostTargetWindow : DefaultWindow
|
||||
{
|
||||
private readonly IEntityNetworkManager _netManager;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user