RuneI
Class GlowPlant2

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

class GlowPlant2
extends RuneI.GlowPlant

//============================================================================= // GlowPlant2. //=============================================================================

Source Code


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

End Source Code