simstep

package
v0.0.0-...-37335a9 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Action

type Action interface {
	Fields() []interface{}
}

type ChangeCardCount

type ChangeCardCount struct {
	Name  string
	Delta int
}

func (ChangeCardCount) Fields

func (a ChangeCardCount) Fields() []interface{}

type Defeat

type Defeat struct{}

func (Defeat) Fields

func (a Defeat) Fields() []interface{}

type GreenLog

type GreenLog struct {
	Message string
}

func (GreenLog) Fields

func (a GreenLog) Fields() []interface{}

type Log

type Log struct {
	Message string
}

func (Log) Fields

func (a Log) Fields() []interface{}

type NextRound

type NextRound struct{}

func (NextRound) Fields

func (a NextRound) Fields() []interface{}

type RedLog

type RedLog struct {
	Message string
}

func (RedLog) Fields

func (a RedLog) Fields() []interface{}

type SetCreep

type SetCreep struct {
	Name string
	HP   int
}

func (SetCreep) Fields

func (a SetCreep) Fields() []interface{}

type SetNextCreep

type SetNextCreep struct {
	Name string
	HP   int
}

func (SetNextCreep) Fields

func (a SetNextCreep) Fields() []interface{}

type UpdateCreepHP

type UpdateCreepHP struct {
	Delta int
}

func (UpdateCreepHP) Fields

func (a UpdateCreepHP) Fields() []interface{}

type UpdateHP

type UpdateHP struct {
	Delta int
}

func (UpdateHP) Fields

func (a UpdateHP) Fields() []interface{}

type UpdateMP

type UpdateMP struct {
	Delta int
}

func (UpdateMP) Fields

func (a UpdateMP) Fields() []interface{}

type UpdateScore

type UpdateScore struct {
	Delta int
}

func (UpdateScore) Fields

func (a UpdateScore) Fields() []interface{}

type Victory

type Victory struct{}

func (Victory) Fields

func (a Victory) Fields() []interface{}

type Wait

type Wait struct{}

func (Wait) Fields

func (a Wait) Fields() []interface{}

Jump to

Keyboard shortcuts

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