Class VendingMachineInterfaceState
Inheritance
System.Object
VendingMachineInterfaceState
Namespace: Content.Shared.VendingMachines
Assembly: Content.Shared.dll
Syntax
public sealed class VendingMachineInterfaceState : BoundUserInterfaceState
Constructors
| Improve this Doc View SourceVendingMachineInterfaceState(List<VendingMachineInventoryEntry>)
Declaration
public VendingMachineInterfaceState(List<VendingMachineInventoryEntry> inventory)
Parameters
Type | Name | Description |
---|---|---|
List<VendingMachineInventoryEntry> | inventory |
Fields
| Improve this Doc View SourceInventory
Declaration
public List<VendingMachineInventoryEntry> Inventory
Field Value
Type | Description |
---|---|
List<VendingMachineInventoryEntry> |