XIDMaps
Class Kello01

source: C:\XIII\XIDMaps\Classes\Kello01.uc
Core.Object
   |
   +--Engine.Actor
      |
      +--Engine.Info
         |
         +--XIII.MapInfo
            |
            +--XIDMaps.Map07_Kellownee
               |
               +--XIDMaps.Kello01
Direct Known Subclasses:None

class Kello01
extends XIDMaps.Map07_Kellownee

//----------------------------------------------------------- // this is the mapinfo for Kello01a //-----------------------------------------------------------

Source Code


00001	//-----------------------------------------------------------
00002	// this is the mapinfo for Kello01a
00003	//-----------------------------------------------------------
00004	class Kello01 extends Map07_Kellownee;
00005	
00006	// No need for script as there is only one objective.
00007	//_____________________________________________________________________________
00008	
00009	
00010	defaultproperties
00011	{
00012	}

End Source Code