Table of Contents

How to explore dungeons

//TODO

Get all rooms

var dungeon = GetCurrentDungeon()
var rooms = dungeon.Rooms;

Go through all the rooms

Find the stairs to the next level