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

@@ -0,0 +1,6 @@
<SS14Window xmlns="https://spacestation14.io">
<ItemList Name="VendingContents"
SizeFlagsStretchRatio="8"
VerticalExpand="True">
</ItemList>
</SS14Window>