This commit is contained in:
aozhiwei 2023-02-25 15:34:09 +08:00
parent 0df20b549b
commit 602f7e9001

View File

@ -30,6 +30,7 @@ namespace mt
glm::vec3 first_safearea_center_;
std::map<int, int> car_num_limit_;
std::vector<int> safearea_list;
std::vector<WorldObject> _world_objects;
MapCollider* collider_info = nullptr;
std::string RandTemplate() const;