Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Coordinate ¶
type NonPlayerCharacter ¶
type NonPlayerCharacter struct { Id int64 Name string Type string Male bool Locations []Coordinate }
type Object ¶
type Object struct { Id int64 Name string Locations []Coordinate }
Source Files ¶
Click to show internal directories.
Click to hide internal directories.