Core.Object | +--Engine.Actor | +--Engine.Info | +--Engine.MapList | +--Botpack.TDMmaplist
00001 //="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="=" 00002 // TDMmaplist. 00003 // 00004 //="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="="=" 00005 class TDMmaplist extends MapList 00006 config; 00007 00008 defaultproperties 00009 { 00010 Maps(0)="DM-Oblivion.unr" 00011 Maps(1)="DM-Stalwart.unr" 00012 Maps(2)="DM-Fractal.unr" 00013 Maps(3)="DM-Morpheus.unr" 00014 Maps(4)="DM-Morbias][.unr" 00015 Maps(5)="DM-Pyramid.unr" 00016 MapNum=3 00017 }