muffin v6.12

This commit is contained in:
alydev 2025-10-09 07:53:51 +10:00
parent e786325cda
commit 0950798597
64 changed files with 40100 additions and 58121 deletions

View file

@ -17,6 +17,10 @@ internal interface IQuestInfo
bool IsRepeatable { get; }
bool IsSeasonalQuest => false;
DateTime? SeasonalQuestExpiry => null;
ImmutableList<PreviousQuestInfo> PreviousQuests { get; }
EQuestJoin PreviousQuestJoin { get; }