negdkcc
negdkcc / NEGameProfile
NEGameProfile = object
object
Defined in: data/NEGameProfile.ts:5arrow-up-right
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
string
Defined in: data/NEGameProfile.ts:9arrow-up-right
Player's wallet address
id: number
number
Defined in: data/NEGameProfile.ts:14arrow-up-right
Player's id
Last updated 8 months ago