Botpack
Class TDMLargeMapList

source: e:\games\UnrealTournament\Botpack\Classes\TDMLargeMapList.uc
Core.Object
   |
   +--Engine.Actor
      |
      +--Engine.Info
         |
         +--Engine.MapList
            |
            +--Botpack.TDMLargeMapList
Direct Known Subclasses:None

class TDMLargeMapList
extends Engine.MapList



Source Code


00001	class TDMLargeMapList extends MapList;
00002	
00003	defaultproperties
00004	{
00005	     Maps(0)="DM-Phobos.unr"
00006	     Maps(1)="DM-barricade.unr"
00007	     Maps(2)="DM-Tempest.unr"
00008	     Maps(3)="DM-Gothic.unr"
00009	     Maps(4)="DM-Zeto.unr"
00010	     Maps(5)="DM-Conveyor.unr"
00011	}

End Source Code