UiDocument is an asset now

This commit is contained in:
MihailRis
2024-02-09 09:59:36 +03:00
parent 241d15e349
commit 07adbd04ea
21 changed files with 402 additions and 304 deletions
+4
View File
@@ -67,6 +67,10 @@ public:
inline const std::string& getId() {
return info.id;
}
inline const ContentPack& getInfo() const {
return info;
}
};
#endif // CONTENT_CONTENT_PACK_H_