示例#1
0
 internal static IMyLobby CreateLobby(ulong lobbyId) =>
 (EnsureGameService() ? m_gameServiceCache.CreateLobby(lobbyId) : null);