Example #1
0
 public CForestGenerator()
 {
     m_terrain = new CForestGenerator_Terrain();
     m_room    = new CForestGenerator_Room();
     m_block   = new CForestGenerator_Block();
     m_decal   = new CForestGenerator_Decal();
 }
Example #2
0
 void Awake()
 {
     m_terrain = new CForestGenerator_Terrain();
 }