示例#1
0
 private static void AuthenticateCallbackWrapper(int result, string error)
 {
     GameCenterPlatform.PopulateLocalUser();
     if (GameCenterPlatform.s_AuthenticateCallback != null)
     {
         GameCenterPlatform.s_AuthenticateCallback(result == 1, error);
         GameCenterPlatform.s_AuthenticateCallback = null;
     }
 }