This is a PlayerData class provided by the HocoSDK. You can use this to store data about your player or delete it if you make your own.
More...
|
| string | PlayerAddress = "" [get, set] |
| | The WalletAddress of the Player which is also used as a Unique Identifier for the Player.
|
| |
| string | PlayerName = "Player" [get, set] |
| | The Dislpay name for the Player, usually asigned during the signup process.
|
| |
| int | Level = 1 [get, set] |
| | The Player's Level, this is just an example of how you might store data about your player as not all game genres will have RPG elements.
|
| |
| int | Experience = 0 [get, set] |
| | How much Experience the Player has, this is just an example of how you might store data about your player as not all game genres will have RPG elements.
|
| |
This is a PlayerData class provided by the HocoSDK. You can use this to store data about your player or delete it if you make your own.
◆ PlayerAddress
| string PlayerAddress = "" |
|
getset |
The WalletAddress of the Player which is also used as a Unique Identifier for the Player.
◆ PlayerName
| string PlayerName = "Player" |
|
getset |
The Dislpay name for the Player, usually asigned during the signup process.
◆ Level
The Player's Level, this is just an example of how you might store data about your player as not all game genres will have RPG elements.
◆ Experience
How much Experience the Player has, this is just an example of how you might store data about your player as not all game genres will have RPG elements.