1#ifndef ERIS_SPAWNPOINT_H_
2#define ERIS_SPAWNPOINT_H_
37 std::string description;
39 std::vector<Atlas::Message::Element> options;
70 std::vector<SpawnProperty> properties;
An available character type which a client can create a character from on the server....
std::string description
A description of the character type.
std::string name
The name of the character type.
Represents a possible spawn point as described by the server. When a new character is created on the ...
const std::string description
A description of this spawn point.
const std::string name
The name of this spawn point.