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