启动模拟器游戏

This commit is contained in:
张玉久
2020-10-22 15:46:49 +08:00
parent 2f81c9240d
commit 3796eb46bd
14 changed files with 110 additions and 29 deletions

View File

@ -522,7 +522,7 @@ public class LogUtils {
.subscribe(new EmptyResponse<>());
}
private static JSONObject getMetaObject() {
public static JSONObject getMetaObject() {
Meta meta = MetaUtil.INSTANCE.getMeta();
JSONObject metaObject = new JSONObject();
try {