Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
549 B

  1. //====== Copyright (C), Valve Corporation, All rights reserved. =======
  2. //
  3. // Purpose: This file defines all of our mapgroups that can be selected on
  4. // the client for GC-matchmaking and server would map these mapgroups
  5. // to the corresponding mapgroup of gamemodes.txt
  6. //
  7. //=============================================================================
  8. MAPGROUPENUM( de_bank )
  9. MAPGROUPENUM( de_shorttrain )
  10. MAPGROUPENUM( de_sugarcane )
  11. MAPGROUPENUM( de_lake )
  12. MAPGROUPENUM( de_stmarc )
  13. MAPGROUPENUM( de_safehouse )
  14. MAPGROUPENUM( de_shortdust )