The Flock  0.00.001
Public Member Functions | Properties | List of all members
PlayerData Class Reference

Player data. More...

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...
 

Detailed Description

Player data.

Constructor & Destructor Documentation

PlayerData.PlayerData ( int  id,
string  username 
)

Initializes a new instance of the PlayerData class.

Parameters
idIdentifier.
usernameUsername.

Property Documentation

int PlayerData.id
get

Gets the identifier of the Player.

The identifier.

string PlayerData.username
get

Gets the username of the Player.

The username.


The documentation for this class was generated from the following file: