last_light/game/model/dungeon.go
2024-05-03 13:46:32 +03:00

7 lines
70 B
Go

package model
type Dungeon struct {
player *Player
levels []Map
}