> For the complete documentation index, see [llms.txt](https://docs.eternals.game/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eternals.game/gdk-documentation/cocos-creator/api-reference/ninetyeight-game-development-kit-cocos-creator/type-aliases/negameprofile.md).

# NEGameProfile

**negdkcc**

***

negdkcc / NEGameProfile

## Type Alias: NEGameProfile

> **NEGameProfile** = `object`

Defined in: [data/NEGameProfile.ts:5](https://github.com/EternalsGame/universal-sdk/blob/7b1076b6b36dd7c5b65f4a2f518d40773314a555/gdk/cocos-creator/assets/negdk/scripts/data/NEGameProfile.ts#L5)

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](https://github.com/EternalsGame/universal-sdk/blob/7b1076b6b36dd7c5b65f4a2f518d40773314a555/gdk/cocos-creator/assets/negdk/scripts/data/NEGameProfile.ts#L9)

Player's wallet address

***

#### id

> **id**: `number`

Defined in: [data/NEGameProfile.ts:14](https://github.com/EternalsGame/universal-sdk/blob/7b1076b6b36dd7c5b65f4a2f518d40773314a555/gdk/cocos-creator/assets/negdk/scripts/data/NEGameProfile.ts#L14)

Player's id
