eris
1.4.0
A WorldForge client library.
|
An available character type which a client can create a character from on the server. This is presented to the client when first connected to the server and allows a user to select what kind of character to create in the world. More...
#include <SpawnPoint.h>
Public Attributes | |
std::string | name |
The name of the character type. More... | |
std::string | description |
A description of the character type. More... | |
An available character type which a client can create a character from on the server. This is presented to the client when first connected to the server and allows a user to select what kind of character to create in the world.
Definition at line 15 of file SpawnPoint.h.
std::string Eris::CharacterType::description |
A description of the character type.
Definition at line 25 of file SpawnPoint.h.
std::string Eris::CharacterType::name |
The name of the character type.
Definition at line 20 of file SpawnPoint.h.