class MAGES::NetworkingModule::PlayerDescription¶
Overview¶
A class that describes a player. More…
class PlayerDescription { public: // properties int Identifier; string Name; };
Detailed Documentation¶
A class that describes a player.
Properties¶
int Identifier
Gets or sets the id of the player.
string Name
Gets or sets the name of the player.