コード例 #1
0
        public TestCave()
        {
            CreateRoomsList();
            CreateConnectionArray();

            cave = new Cave(rooms, connections);
            cave.printCaveLayout();
        }