Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Landscape ¶
type Landscape struct { Name string Code LandscapeCode }
type LandscapeCode ¶
type LandscapeCode int
const ( Desert LandscapeCode = 0 Forest LandscapeCode = 1 Pasture LandscapeCode = 2 Field LandscapeCode = 3 River LandscapeCode = 4 Mountain LandscapeCode = 5 )
Click to show internal directories.
Click to hide internal directories.