From a196f4fc356c31cf855659e9dd56045328ff1823 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 13 四月 2022 16:00:38 +0800
Subject: [PATCH] 0312 appid改sohagame
---
Project/sp_sdk/src/game_spxjgame/java/com/secondworld/univeralsdk/SpPlatformUtil.java | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/Project/sp_sdk/src/game_spxjgame/java/com/secondworld/univeralsdk/SpPlatformUtil.java b/Project/sp_sdk/src/game_spxjgame/java/com/secondworld/univeralsdk/SpPlatformUtil.java
index 19ea89c..0657eaa 100644
--- a/Project/sp_sdk/src/game_spxjgame/java/com/secondworld/univeralsdk/SpPlatformUtil.java
+++ b/Project/sp_sdk/src/game_spxjgame/java/com/secondworld/univeralsdk/SpPlatformUtil.java
@@ -49,7 +49,6 @@
// 鍙傛暟3:SDK鐨勬í绔栧睆绠$悊 (ORIENTATION_HORIZONTAL 浠h〃妯睆锛孫RIENTATION_VERTICAL 浠h〃绔栧睆)
// 鍙傛暟4:鍒濆鍖栧洖璋�
SPGameController.getInstance().
-
onCreate(activity, savedInstanceState,
SPGameController.ORIENTATION_HORIZONTAL,
new SPInitCallback()
@@ -262,4 +261,8 @@
gamedata.setGamemoney(surplusMoney);
return gamedata;
}
+
+ public void SendRegisterEvent()
+ {
+ }
}
--
Gitblit v1.8.0