public void GenerateMap() { InitializeMap(); CellularAutomata.GenerateMapData(generatedMap, simulationSteps, creationLimit, destructionLimit); }