Exemplo n.º 1
0
 public static bool HasFriend(ulong userId) =>
 (EnsureGameService() ? m_gameServiceCache.HasFriend(userId) : false);