Esempio n. 1
0
 void HandleAuthenticated(bool success, string message)
 {
     if (success)
     {
         DebugS.Log("初始化成功 用户名:" + Social.localUser.userName + " Id " + Social.localUser.id);
     }
     else
     {
         DebugS.Log("初始化失败,错误信息 " + message);
     }
 }
Esempio n. 2
0
 static void HandleScoreReported(bool success)
 {
     DebugS.Log("上传状态: " + success);
 }