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.

13 lines
478 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( active )
  9. MAPGROUPENUM( dust247 )
  10. MAPGROUPENUM( reserves )
  11. MAPGROUPENUM( hostage )
  12. MAPGROUPENUM( op_op07 )