Constructor InventoryItemSerializableData
InventoryItemSerializableData(string, string)
Basic constructor that takes in the inventory item definition Id of the item and the quantity it have in this inventory.
Declaration
public InventoryItemSerializableData(string definitionId, string id)
Parameters
Type | Name | Description |
---|---|---|
string | definitionId | The definition Id of the inventory item |
string | id | The id of the item |