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

#include <ObjectReader.hpp>

Inheritance diagram for GeneralObjectStruct:
Inheritance graph
Collaboration diagram for GeneralObjectStruct:
Collaboration graph

Public Attributes

int id
 
std::string name
 
std::string description
 
std::vector< std::vector< std::string > > tileMap
 
std::string textureFilename
 
std::string objFilename
 

Member Data Documentation

◆ description

std::string GeneralObjectStruct::description

◆ id

int GeneralObjectStruct::id

◆ name

std::string GeneralObjectStruct::name

◆ objFilename

std::string GeneralObjectStruct::objFilename

◆ textureFilename

std::string GeneralObjectStruct::textureFilename

◆ tileMap

std::vector<std::vector<std::string> > GeneralObjectStruct::tileMap

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