GameModeFortress.MapGeneratorConfig.MapGeneratorConfig C# (CSharp) Method

MapGeneratorConfig() public method

public MapGeneratorConfig ( ) : System
return System
        public MapGeneratorConfig()
        {
            this.treeCount = 20;
            this.RandomSeed = true;
            this.Seed = 0;
        }
MapGeneratorConfig