Content menu, content-pack dependencies

This commit is contained in:
MihailRis
2024-01-27 00:36:18 +03:00
parent abc3e47feb
commit c57b2d0de3
25 changed files with 230 additions and 21 deletions
+1
View File
@@ -70,6 +70,7 @@ public:
void setName(const std::string& name);
void setSeed(uint64_t seed);
bool hasPack(const std::string& id) const;
std::string getName() const;
uint64_t getSeed() const;
const std::vector<ContentPack>& getPacks() const;