package model type Dungeon struct { player *Player levels []Map }