mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-04 09:08:42 +00:00
More refactor.
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#include <memory>
|
||||
|
||||
#include "OneSixLibrary.h"
|
||||
#include "VersionFile.h"
|
||||
|
||||
class OneSixInstance;
|
||||
|
||||
@@ -118,15 +119,6 @@ public:
|
||||
*/
|
||||
// QList<Rule> rules;
|
||||
|
||||
struct VersionFile
|
||||
{
|
||||
QString name;
|
||||
QString id;
|
||||
QString version;
|
||||
QString mcVersion;
|
||||
QString filename;
|
||||
int order;
|
||||
};
|
||||
QList<VersionFile> versionFiles;
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user