|
Rehti MMORPG
1.0.0
Rehti MMORPG is a free and open source MMORPG game.
|
Contains all the player data. This is used to load player assets into memory and spawn players on the map. More...
#include <CharacterReader.hpp>

Public Attributes | |
| int | id |
| std::string | textureFilename |
| std::string | glTFFilename |
| SpawnCoordinateBounds | spawnCoordinateBounds |
| int | baseDamage |
| int | baseAccuracy |
Contains all the player data. This is used to load player assets into memory and spawn players on the map.
| int PlayerData::baseAccuracy |
| int PlayerData::baseDamage |
| std::string PlayerData::glTFFilename |
| int PlayerData::id |
| SpawnCoordinateBounds PlayerData::spawnCoordinateBounds |
| std::string PlayerData::textureFilename |