Пример #1
0
 private static void CCSteamQuickplayStop(ConCommandArgs args)
 {
     ConCommandException.CheckSteamworks();
     SteamLobbyFinder.userRequestedQuickplayQueue = false;
     SteamworksLobbyManager.CreateLobby();
 }
Пример #2
0
 private static void CCSteamQuickplayStart(ConCommandArgs args)
 {
     ConCommandException.CheckSteamworks();
     SteamLobbyFinder.userRequestedQuickplayQueue = true;
     SteamworksLobbyManager.SetLobbyQuickPlayQueuedIfOwner(true);
 }