BiomGenerator.cpp 87 B

123456
  1. #include "BiomGenerator.h"
  2. BiomGenerator::BiomGenerator()
  3. : ReferenceCounter()
  4. {}