package game type Level struct { Branch string Map Map Mobs map[string]Mob }