Keewano Unity SDK
|
Represents a game item with a unique identifier and a quantity. More...
Public Member Functions | |
Item (string uniqItemName, uint count) | |
Initializes a new instance of the Item struct with a specified name and count. | |
Item (string uniqItemName) | |
Initializes a new instance of the Item struct with a specified name, defaulting the count to 1. | |
Public Attributes | |
string | UniqItemName |
Unique name of the item. | |
uint | Count |
Quantity of the item. | |
Represents a game item with a unique identifier and a quantity.