Enable rundans event during Christmas, add config to enable/disable

This commit is contained in:
Chomp
2025-12-12 13:51:49 +00:00
parent 4390948ff0
commit 63c15f233e
3 changed files with 16 additions and 1 deletions
@@ -140,6 +140,9 @@ public record SeasonalEventSettings
[JsonPropertyName("disableWaves")]
public List<string>? DisableWaves { get; set; }
[JsonPropertyName("enableRundansEvent")]
public bool? EnableRundansEvent { get; set; }
}
public record ZombieSettings