// Game type info
//
// 	stripped bare
//
// description, g_gametype enum
//
//	GT_FFA,				// free for all 
//-- team games go after this --
//	GT_TEAM,			// team deathmatch
//	GT_TRAINING,			// single player
// Navy Seals ++
//	GT_LTS,				// ns-co mission

gametypes 
{
  { "Training" 0 }
  { "Operations" 3 }
}

maps 
{ 
}										  

joingametypes 
{
  { "All" -1 } 
  { "Operations" 3 }
}

  

