package world

type Zone struct {
    Entity
    RoomIDS []int
    rooms   []Room
}