Class VendingMachineInventoryEntry
Inheritance
System.Object
VendingMachineInventoryEntry
Assembly: Content.Shared.dll
Syntax
public sealed class VendingMachineInventoryEntry : object
Constructors
|
Improve this Doc
View Source
VendingMachineInventoryEntry(InventoryType, String, UInt32)
Declaration
public VendingMachineInventoryEntry(InventoryType type, string id, uint amount)
Parameters
Type |
Name |
Description |
InventoryType |
type |
|
System.String |
id |
|
System.UInt32 |
amount |
|
Fields
|
Improve this Doc
View Source
Amount
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
ID
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Type
Declaration
public InventoryType Type
Field Value