NEGameProfile

negdkcc


negdkcc / NEGameProfile

Type Alias: 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.

Properties

address

address: string

Defined in: data/NEGameProfile.ts:9

Player's wallet address


id

id: number

Defined in: data/NEGameProfile.ts:14

Player's id

Last updated