mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-14 16:04:38 +01:00
Exposed EnumEvent
This commit is contained in:
@@ -139,6 +139,13 @@ type CapLinkOptions struct {
|
||||
Port int
|
||||
}
|
||||
|
||||
type EnumerateEventOptions struct {
|
||||
QuestIDs []uint16
|
||||
EventID uint16
|
||||
Enabled bool
|
||||
Duration int
|
||||
}
|
||||
|
||||
// GameplayOptions has various gameplay modifiers
|
||||
type GameplayOptions struct {
|
||||
MinFeatureWeapons int // Minimum number of Active Feature weapons to generate daily
|
||||
@@ -193,6 +200,7 @@ type GameplayOptions struct {
|
||||
EnableNierEvent bool // Enables the Nier event in the Rasta Bar
|
||||
DisableRoad bool // Disables the Hunting Road
|
||||
SeasonOverride bool // Overrides the Quest Season with the current Mezeporta Season
|
||||
EnumerateEvent EnumerateEventOptions
|
||||
}
|
||||
|
||||
// Discord holds the discord integration config.
|
||||
|
||||
Reference in New Issue
Block a user