Minor - ECS use in stats - V12.5.0

This commit is contained in:
2025-06-24 17:15:58 +02:00
parent 7755150ae8
commit 9d0d2d1dfd
5 changed files with 104 additions and 33 deletions

View File

@@ -103,14 +103,14 @@ public:
float get_speed() const { return speed_; };
void set_speed(const float speed) { this->speed_ = speed; };
void add_cube();
void delete_entity_by_id(int entity_id);
void delete_kobject(int index);
void add_kobject(std::wstring& filepath);
void set_path(WCHAR* path) { path_ = path; };
void set_w_folder(const std::filesystem::path& w_folder) { w_folder_ = w_folder; };
std::filesystem::path get_w_folder() const { return w_folder_; };
int get_terrain_entity_count();
int get_object_id() const { return object_id_; };
void set_object_id(int object_id) { object_id_ = object_id; };