NOISSUE Support ATLauncher optional mods

This commit is contained in:
Jamie Mansfield
2021-05-28 15:03:14 +01:00
parent 8179a89103
commit 74311a54cf
10 changed files with 305 additions and 3 deletions

View File

@ -86,7 +86,10 @@ struct VersionMod
QString decompType_raw;
QString decompFile;
QString description;
bool optional;
bool recommended;
bool selected;
bool client;
};