implement nextEntityID save/load

This commit is contained in:
MihailRis
2024-07-05 23:41:55 +03:00
parent f4d3e62b3f
commit cf2faa4a01
5 changed files with 18 additions and 1 deletions
+2
View File
@@ -51,6 +51,8 @@ public:
/// @brief will be replaced with weather in future
float fog = 0.0f;
entityid_t nextEntityId = 0;
World(
std::string name,
std::string generator,