Class InventorySystem.InventoryEntry
One entry in the inventory. Hold the type of Item and how many there is in that slot.
Inheritance
System.Object
InventorySystem.InventoryEntry
Namespace: CreatorKitCode
Assembly: Assembly-CSharp.dll
Syntax
public class InventoryEntry
Fields
Count
Declaration
public int Count
Field Value
Type | Description |
---|---|
System.Int32 |
Item
Declaration
public Item Item
Field Value
Type | Description |
---|---|
Item |