Fixing some warnings (#6250)
Co-authored-by: Paul Ritter <ritter.paul1@googlemail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<SS14Window xmlns="https://spacestation14.io">
|
||||
<DefaultWindow xmlns="https://spacestation14.io">
|
||||
<ItemList Name="VendingContents"
|
||||
SizeFlagsStretchRatio="8"
|
||||
VerticalExpand="True">
|
||||
</ItemList>
|
||||
</SS14Window>
|
||||
</DefaultWindow>
|
||||
|
||||
@@ -14,7 +14,7 @@ using static Content.Shared.VendingMachines.SharedVendingMachineComponent;
|
||||
namespace Content.Client.VendingMachines.UI
|
||||
{
|
||||
[GenerateTypedNameReferences]
|
||||
public partial class VendingMachineMenu : SS14Window
|
||||
public partial class VendingMachineMenu : DefaultWindow
|
||||
{
|
||||
[Dependency] private readonly IResourceCache _resourceCache = default!;
|
||||
[Dependency] private readonly IPrototypeManager _prototypeManager = default!;
|
||||
|
||||
Reference in New Issue
Block a user