Last updated
negdkcc
negdkcc / NEGameProfile
NEGameProfile =
object
Defined in: data/NEGameProfile.ts:5
Player's game profile, which includes the player's unique address and ID. This profile is used to identify the player within the game system.
address:
string
Defined in: data/NEGameProfile.ts:9
Player's wallet address
id:
number
Defined in: data/NEGameProfile.ts:14
Player's id
Last updated