alchemyst/src/game/level.go
2018-08-01 03:29:42 +03:00

8 lines
91 B
Go

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