Refactors Vending Menu to XAML-UI (#4614)

* Initial

* Some web-edit reviews

* Keep VV

* Applied Reviews
This commit is contained in:
Swept
2021-09-19 10:21:05 -07:00
committed by GitHub
parent b84930cc31
commit 8e802b4305
3 changed files with 20 additions and 22 deletions

View File

@@ -7,7 +7,7 @@ using static Content.Shared.VendingMachines.SharedVendingMachineComponent;
namespace Content.Client.VendingMachines
{
class VendingMachineBoundUserInterface : BoundUserInterface
public class VendingMachineBoundUserInterface : BoundUserInterface
{
[ViewVariables] private VendingMachineMenu? _menu;