// Game type info
//
// description, g_gametype enum

// Last update: Codey 9th Jan 2005
// 		FFA gametype support
//		TEAM DM gametype support

gametypes {
  
  { "Wolf MP" 5 }
  { "Wolf SW" 6 }
  { "Wolf CP" 7 }
  { "Free DM" 0 }
  { "Team DM" 3 }
  
  
}


// english name, map name, vs count, par times per gametype valid gametyes for ui
// 
maps {
}

joingametypes {
  { "All" -1 }
  { "Wolf MP" 5 }
  { "Wolf SW" 6 }
  { "Wolf CP" 7 }
  { "Free DM" 0 }
  { "Team DM" 3 }
  
 
}
