예제 #1
0
 public static string GetRemoteStorageFileNameAndSize(int fileIndex, out int fileSizeInBytes)
 {
     fileSizeInBytes = 0;
     return(EnsureGameService() ? m_gameServiceCache.GetRemoteStorageFileNameAndSize(fileIndex, out fileSizeInBytes) : string.Empty);
 }