|
Rehti MMORPG
1.0.0
Rehti MMORPG is a free and open source MMORPG game.
|
#include <ObjectReader.hpp>


Public Attributes | |
| YieldableItems | yieldableItems |
| std::vector< ItemTransform > | itemTransformList |
| int | depleteChance |
| int | relatedSkillId |
| int | xpRequirement |
| std::string | characterInteractAnimation |
Public Attributes inherited from GeneralObjectStruct | |
| int | id |
| std::string | name |
| std::string | description |
| std::vector< std::vector< std::string > > | tileMap |
| std::string | textureFilename |
| std::string | objFilename |
| std::string ResourceObjectStruct::characterInteractAnimation |
| int ResourceObjectStruct::depleteChance |
| std::vector<ItemTransform> ResourceObjectStruct::itemTransformList |
| int ResourceObjectStruct::relatedSkillId |
| int ResourceObjectStruct::xpRequirement |
| YieldableItems ResourceObjectStruct::yieldableItems |