void ISocialPlatform.LoadFriends(ILocalUser user, Action <bool> callback) { if (!this.VerifyAuthentication()) { if (callback != null) { callback(false); } } else { GameCenterPlatform.Internal_LoadFriends(callback); } }