示例#1
0
 void OnRemoteStorageConflictResolution(RemoteStorageConflictResolution_t pCallback)
 {
     Debug.Log("[" + RemoteStorageConflictResolution_t.k_iCallback + " - RemoteStorageConflictResolution] - " + pCallback.m_nAppID + " -- " + pCallback.m_eResult);
 }
 void OnRemoteStorageConflictResolution(RemoteStorageConflictResolution_t pCallback)
 {
     Console.WriteLine("[" + RemoteStorageConflictResolution_t.k_iCallback + " - RemoteStorageConflictResolution] - " + pCallback.m_nAppID + " -- " + pCallback.m_eResult);
 }