alchemyst/src/game/level.go
2018-07-31 21:00:16 +03:00

8 lines
97 B
Go

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