Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HashTerrainID ¶
Types ¶
type Overmap ¶
type Overmap struct {
Chunks []OvermapChunk
}
type OvermapChunk ¶
type OvermapChunk struct { X int Y int Layers [][]TerrainGroup `json:"layers"` //RegionID string `json:"region_id"` //MonsterGroups string `json:"monster_groups"` Cities []City `json:"cities"` }
type SeenGroup ¶
func (*SeenGroup) UnmarshalJSON ¶
type TerrainGroup ¶
func (*TerrainGroup) UnmarshalJSON ¶
func (tg *TerrainGroup) UnmarshalJSON(bs []byte) error
Click to show internal directories.
Click to hide internal directories.