Rehti MMORPG  1.0.0
Rehti MMORPG is a free and open source MMORPG game.
GameCharacters Struct Reference

Contains all the character data. This is used to load character assets into memory and spawn characters on the map. More...

#include <CharacterReader.hpp>

Collaboration diagram for GameCharacters:
Collaboration graph

Public Attributes

PlayerData player
 
std::vector< NPCDatanpcs
 

Detailed Description

Contains all the character data. This is used to load character assets into memory and spawn characters on the map.

Member Data Documentation

◆ npcs

std::vector<NPCData> GameCharacters::npcs

◆ player

PlayerData GameCharacters::player

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