|
The Flock
0.00.001
|
Public Member Functions | |
| PlayerData (int id, string username) | |
| Initializes a new instance of the PlayerData class. More... | |
Properties | |
| int | id [get] |
| Gets the identifier of the Player. More... | |
| string | username [get] |
| Gets the username of the Player. More... | |
Player data.
| PlayerData.PlayerData | ( | int | id, |
| string | username | ||
| ) |
Initializes a new instance of the PlayerData class.
| id | Identifier. |
| username | Username. |
|
get |
Gets the identifier of the Player.
The identifier.
|
get |
Gets the username of the Player.
The username.
1.8.4