Keewano Unity SDK
Loading...
Searching...
No Matches
Keewano.Item Struct Reference

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.
 

Detailed Description

Represents a game item with a unique identifier and a quantity.


The documentation for this struct was generated from the following file: