Added ped model data. (#349)
This commit is contained in:
15
BigBaseV2/src/services/gta_data/ped_item.hpp
Normal file
15
BigBaseV2/src/services/gta_data/ped_item.hpp
Normal file
@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
#include "file_manager/file.hpp"
|
||||
|
||||
namespace big
|
||||
{
|
||||
class ped_item {
|
||||
public:
|
||||
ped_item();
|
||||
ped_item(nlohmann::json& item_json);
|
||||
|
||||
std::string name;
|
||||
std::string ped_type;
|
||||
Hash hash;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user