parse CapLink responses

This commit is contained in:
wish
2023-12-17 17:47:35 +11:00
parent 6686d59146
commit b8f431ae66
3 changed files with 40 additions and 8 deletions

View File

@@ -114,6 +114,7 @@ type DevModeOptions struct {
EarthIDOverride int32
EarthMonsterOverride []int32
SaveDumps SaveDumpOptions
CapLink CapLinkOptions
}
type SaveDumpOptions struct {
@@ -122,6 +123,13 @@ type SaveDumpOptions struct {
OutputDir string
}
type CapLinkOptions struct {
Values []uint16
Key string
Host string
Port int
}
// GameplayOptions has various gameplay modifiers
type GameplayOptions struct {
FeaturedWeapons int // Number of Active Feature weapons to generate daily