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