Merge branch 'main' into main

This commit is contained in:
Onran
2024-02-21 22:41:44 +09:00
committed by GitHub
26 changed files with 191 additions and 116 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ public:
world_load_error(std::string message);
};
class World : Serializable {
class World : public Serializable {
std::string name;
std::string type;
uint64_t seed;