fishing

package
v0.9.9 Latest Latest
Warning

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

Go to latest
Published: Jun 4, 2026 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CatchableItem

type CatchableItem struct {
	ID             int   `yaml:"id" json:"id"`
	ItemId         int   `yaml:"itemid" json:"itemid"`
	ChanceToCatch  int   `yaml:"chancetocatch" json:"chancetocatch"`
	RequiredBaitId int   `yaml:"requiredbaitid,omitempty" json:"requiredbaitid"`
	RoomIds        []int `yaml:"roomids,omitempty" json:"roomids"`
}

type FishingConfig

type FishingConfig struct {
	FishingRodItemIds []int           `yaml:"fishingroditems"`
	Catchables        []CatchableItem `yaml:"catchables"`
}

type FishingModule

type FishingModule struct {
	// contains filtered or unexported fields
}

type FishingSession

type FishingSession struct {
	UserId     int
	BaitItem   items.Item
	StartRound uint64
}

Jump to

Keyboard shortcuts

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