uichange Fix Grinder (#14234)

This commit is contained in:
DEATHB4DEFEAT
2023-03-25 07:51:35 -07:00
committed by GitHub
parent 32cce0d938
commit 7c21494a6a
3 changed files with 15 additions and 13 deletions

View File

@@ -1,3 +1,4 @@
using Content.Client.UserInterface.Controls;
using Content.Shared.Chemistry.Components;
using Content.Shared.Chemistry.Reagent;
using Content.Shared.Kitchen;
@@ -11,7 +12,7 @@ using Robust.Shared.Prototypes;
namespace Content.Client.Kitchen.UI
{
[GenerateTypedNameReferences]
public sealed partial class GrinderMenu : DefaultWindow
public sealed partial class GrinderMenu : FancyWindow
{
private readonly IEntityManager _entityManager;
private readonly IPrototypeManager _prototypeManager ;