package main

import "lab.zaar.be/thefish/alchemyst-go/engine/gamemap"

func main() {
	_ = gamemap.PrefabRoomsList()
}