mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
feat: add EnableQuest config
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user