pollymc/launcher/InstanceCopyPrefs.h

19 lines
356 B
C
Raw Normal View History

//
// Created by marcelohdez on 10/22/22.
//
#ifndef LAUNCHER_INSTANCECOPYPREFS_H
#define LAUNCHER_INSTANCECOPYPREFS_H
struct InstanceCopyPrefs {
bool copySaves;
bool keepPlaytime;
bool copyGameOptions;
bool copyResourcePacks;
bool copyShaderPacks;
bool copyServers;
bool copyMods;
};
#endif // LAUNCHER_INSTANCECOPYPREFS_H