feat: nameless worlds

This commit is contained in:
MihailRis
2025-01-13 05:40:43 +03:00
parent b9707e11ca
commit f772d527e2
3 changed files with 14 additions and 1 deletions
+4
View File
@@ -140,6 +140,10 @@ public:
/// @brief Get world generator id
std::string getGenerator() const;
bool isNameless() const {
return info.name.empty();
}
WorldInfo& getInfo() {
return info;
}