HOCO Unity SDK 0.0.15-Alpha
A Web3 SDK provided by HoneyComb
Loading...
Searching...
No Matches
PlayerData

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...

Properties

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.
 

Detailed Description

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.

Property Documentation

◆ 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

int Level = 1
getset

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

int Experience = 0
getset

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.