Class VendingMachineInventoryPrototype
Inheritance
System.Object
VendingMachineInventoryPrototype
Implements
Robust.Shared.Prototypes.IPrototype
Namespace: Content.Shared.VendingMachines
Assembly: Content.Shared.dll
Syntax
public sealed class VendingMachineInventoryPrototype : object, IPrototype
Properties
| Improve this Doc View SourceContrabandInventory
Declaration
public Dictionary<string, uint>? ContrabandInventory { get; }
Property Value
Type | Description |
---|---|
System.Nullable<Dictionary<System.String, System.UInt32>> |
EmaggedInventory
Declaration
public Dictionary<string, uint>? EmaggedInventory { get; }
Property Value
Type | Description |
---|---|
System.Nullable<Dictionary<System.String, System.UInt32>> |
ID
Declaration
public string ID { get; }
Property Value
Type | Description |
---|---|
System.String |
StartingInventory
Declaration
public Dictionary<string, uint> StartingInventory { get; }
Property Value
Type | Description |
---|---|
Dictionary<System.String, System.UInt32> |
Implements
Robust.Shared.Prototypes.IPrototype