Documentation
¶
Overview ¶
Package random contains core and general purpose functionalities for the randomizer.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Id ¶
type Id uint16
An Id represents the ID of an in-game entity. Its value is the integer representation of its original hex value.
type Randomizer ¶
type Randomizer interface {
Randomize() error
}
A Randomizer implements the logic to randomize a certain game entity.
Click to show internal directories.
Click to hide internal directories.