randoms

package
v0.0.0-...-4ee4993 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 5, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const ChannelChange = "RandomsChange"

Variables

This section is empty.

Functions

This section is empty.

Types

type CharacterRoll

type CharacterRoll struct {
	Character string
	Age       string
	Value     int32
}

type Randoms

type Randoms interface {
	Reset() error
	Cull() error
	FetchRandoms() ([]*RollGroup, error)
}

type RollGroup

type RollGroup struct {
	Min   int32
	Max   int32
	Rolls []*CharacterRoll
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL