Exemplo n.º 1
0
 public static string GetFriendNameByIndex(int index) =>
 (EnsureGameService() ? m_gameServiceCache.GetFriendNameByIndex(index) : string.Empty);