#pragma once #include #include #include "Good.hpp" namespace OpenVic2 { class LoadGoods { private: static bool extract_property_from_json(const godot::Variant& variant, std::vector& goods, int32_t index); public: static std::vector load_goods_from_disk(godot::String const& file_path); }; }