示例#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);
 }