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