Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package fr.cubix_gamer.cubix.regon.land.launcher;
- import java.io.File;
- import fr.theshark34.openlauncherlib.launcher.AuthInfos;
- import fr.theshark34.openlauncherlib.launcher.GameInfos;
- import fr.theshark34.openlauncherlib.launcher.GameTweak;
- import fr.theshark34.openlauncherlib.launcher.GameType;
- import fr.theshark34.openlauncherlib.launcher.GameVersion;
- public class Launcher {
- public static final GameVersion CRL_VERSION = new GameVersion("1.12.2", GameType.V1_8_HIGHER);
- public static final GameInfos CRL_INFOS = new GameInfos("Cubix & Regon Land", CRL_VERSION, true, new GameTweak[] {GameTweak.FORGE});
- public static final File CRL_DIR = CRL_INFOS.getGameDir();
- private static AuthInfos authInfos;
- public static AuthInfos getAuthInfos() {
- return authInfos;
- }
- public static void setAuthInfos(AuthInfos authInfos) {
- Launcher.authInfos = authInfos;
- }
- public static void auth(String text, String text2) {
- // TODO Auto-generated method stub
- }
- }
Add Comment
Please, Sign In to add comment