hexiaojie пре 1 година
родитељ
комит
5cb51923ec
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      GameClient/Assets/Game/HotUpdate/Platform/ShareSDK/QDShareManager.cs

+ 4 - 0
GameClient/Assets/Game/HotUpdate/Platform/ShareSDK/QDShareManager.cs

@@ -95,6 +95,10 @@ namespace GFGGame
 
         public void OnShareResult(int reqID, ResponseState state, PlatformType type, Hashtable result)
         {
+            if (state == ResponseState.Success)
+            {
+                
+            }
             Debug.Log($"OnShareResult");
         }