public Generator(int roomCount = 10) { this.roomCount = roomCount; random = new Random(Environment.TickCount); dungeon = new Dungeon(); }