Core.Object | +--Engine.Actor | +--Engine.Info | +--Engine.MapList | +--Arena.ARMapList
00001 //============================================================================= 00002 // ARMapList. 00003 //============================================================================= 00004 class ARMapList extends MapList; 00005 00006 defaultproperties 00007 { 00008 Maps(0)="AR-BladePit" 00009 Maps(1)="AR-Cathedral" 00010 Maps(2)="AR-Champions" 00011 Maps(3)="AR-SmeltingPot" 00012 Maps(4)="AR-Theatre" 00013 Maps(5)="AR-TimeToVent" 00014 Maps(6)="AR-TeamVent" 00015 Maps(7)="AR-Widowmaker" 00016 Maps(8)="AR-AEternal" 00017 }