Пример #1
0
 public static string GetClanName(ulong groupId) =>
 (EnsureGameService() ? m_gameServiceCache.GetClanName(groupId) : string.Empty);