Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cheat int
View Source
var NotFound = errors.New("not found")
Functions ¶
Types ¶
type NoPokeballs ¶
type NoPokeballs struct {
// contains filtered or unexported fields
}
func (NoPokeballs) Deal ¶
func (n NoPokeballs) Deal() bool
Deal might be offered to a players when Catch returns NoPokeballs. Call Deal() to trigger the deal. If the player accepts the deal, Deal returns true, false otherwise
func (NoPokeballs) Error ¶
func (n NoPokeballs) Error() string
Click to show internal directories.
Click to hide internal directories.