RuneI
Class GlowPlant3

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

class GlowPlant3
extends RuneI.GlowPlant

//============================================================================= // GlowPlant3. //=============================================================================

Source Code


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

End Source Code