RuneI
Class GlowPlant5

source: c:\runehov\RuneI\Classes\GlowPlant5.uc
Core.Object
   |
   +--Engine.Actor
      |
      +--Engine.Decoration
         |
         +--RuneI.DecorationRune
            |
            +--RuneI.Plants
               |
               +--RuneI.GlowPlant
                  |
                  +--RuneI.GlowPlant5
Direct Known Subclasses:None

class GlowPlant5
extends RuneI.GlowPlant

//============================================================================= // GlowPlant5. //=============================================================================

Source Code


00001	//=============================================================================
00002	// GlowPlant5.
00003	//=============================================================================
00004	class GlowPlant5 extends GlowPlant;
00005	
00006	defaultproperties
00007	{
00008	     SkelMesh=4
00009	}

End Source Code