From Russia v1.0版本的 MD5 值为:52aeb8738ddf971390ea1486e59c6ccd

以下内容为反编译后的 Config.java 源代码,内容仅作参考


package com.brorders.game.core;

public class Config {
    public static final String APP_PATH = "storage/emulated/0/Android/data/com.saint.game/files//";
    public static final String GAME_PATH = "/storage/emulated/0/Saint/";
    public static String PATH_DOWNLOADS = "/storage/emulated/0/Android/data/com.saint.game/files/temp_downloads//";
    public static final String URL_CLIENT = "https://san-web.host/launcher.apk";
    public static final String URL_DONATE = "https://san-web.host/donate";
    public static final String URL_FILES = "https://san-web.host/game.zip";
    public static final String URL_FILES_UPDATE = "https://san-web.host/upd.zip";
}