implement Quest caching

This commit is contained in:
wish
2023-11-16 21:51:28 +11:00
parent 15253cdc1f
commit 72bda06916
4 changed files with 15 additions and 0 deletions

View File

@@ -79,6 +79,7 @@ type Config struct {
DeleteOnSaveCorruption bool // Attempts to save corrupted data will flag the save for deletion
ClientMode string
RealClientMode Mode
QuestCacheExpiry int // Number of seconds to keep quest data cached
DevMode bool
DevModeOptions DevModeOptions