feat: add EnableQuest config

This commit is contained in:
Somebody
2025-12-07 12:30:47 +08:00
parent 1c8fb25e0f
commit f437bea9ee
2 changed files with 13 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ public class ServerOption
public int StartTrailblazerLevel { get; set; } = 1;
public bool AutoUpgradeWorldLevel { get; set; } = true;
public bool EnableMission { get; set; } = true; // experimental
public bool EnableQuest { get; set; } = true; // experimental
public bool AutoLightSection { get; set; } = true;
public string Language { get; set; } = "EN";
public string FallbackLanguage { get; set; } = "EN";