add DisableRoad GameplayOption

This commit is contained in:
wish
2023-05-28 07:29:10 +10:00
parent 99919d0243
commit e814bfec68
3 changed files with 9 additions and 2 deletions

View File

@@ -80,6 +80,7 @@ type GameplayOptions struct {
MaterialMultiplier float32 // Adjusts the multiplier of Monster Materials rewarded for quest completion
EnableHiganjimaEvent bool // Enables the Higanjima event in the Rasta Bar
EnableNierEvent bool // Enables the Nier event in the Rasta Bar
DisableRoad bool // Disables the Hunting Road
}
// Discord holds the discord integration config.