muffin v6.19

This commit is contained in:
alydev 2025-10-10 10:13:06 +10:00
parent 221c095ee8
commit c31b0e1ec4
15 changed files with 1227 additions and 137 deletions

View file

@ -37,6 +37,8 @@ internal sealed class Configuration : IPluginConfiguration
public int AutoStepRefreshDelaySeconds { get; set; } = 10;
public bool HideSeasonalEventsFromJournalProgress { get; set; }
public bool BatchAlliedSocietyTurnIns { get; set; } = true;
}
internal sealed class StopConfiguration