RuneI
Class GlowPlant1

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

class GlowPlant1
extends RuneI.GlowPlant

//============================================================================= // GlowPlant1. //=============================================================================

Source Code


00001	//=============================================================================
00002	// GlowPlant1.
00003	//=============================================================================
00004	class GlowPlant1 extends GlowPlant;
00005	
00006	defaultproperties
00007	{
00008	}

End Source Code