Show / Hide Table of Contents

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 Source

VendingMachineInterfaceState(List<VendingMachineInventoryEntry>)

Declaration
public VendingMachineInterfaceState(List<VendingMachineInventoryEntry> inventory)
Parameters
Type Name Description
List<VendingMachineInventoryEntry> inventory

Fields

| Improve this Doc View Source

Inventory

Declaration
public List<VendingMachineInventoryEntry> Inventory
Field Value
Type Description
List<VendingMachineInventoryEntry>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾