1 #ifndef ERIS_SPAWNPOINT_H_
2 #define ERIS_SPAWNPOINT_H_
13 typedef std::vector<CharacterType> CharacterTypeStore;
39 SpawnPoint(
const std::string& name,
const CharacterTypeStore& availableCharacterTypes,
const std::string& description);
56 const std::string&
getName()
const;
69 const std::string m_name;
74 CharacterTypeStore m_availableCharacterTypes;
79 const std::string m_description;