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