void GenerateMap() { map = new int[Width, Height]; RandomFillMap(); for (int i = 0; i < 1; i++) { SmoothMap(); } }