Allow non-code mods to exist

This commit is contained in:
PJB3005
2026-05-15 23:46:41 +02:00
parent 9823ca7c4a
commit fb9ffb444a
4 changed files with 17 additions and 6 deletions
+1
View File
@@ -29,6 +29,7 @@ struct ModMetadata {
std::string version;
std::string author;
std::string description;
bool hasCode;
};
struct NativeMod {