Пример #1
0
 public static bool DeleteFromCloud(string fileName) =>
 (EnsureGameService() ? m_gameServiceCache.DeleteFromCloud(fileName) : false);