muffin v6.12
This commit is contained in:
parent
cfb4dea47e
commit
c8197297b2
58 changed files with 40038 additions and 58059 deletions
|
@ -17,6 +17,10 @@ internal interface IQuestInfo
|
|||
|
||||
bool IsRepeatable { get; }
|
||||
|
||||
bool IsSeasonalQuest => false;
|
||||
|
||||
DateTime? SeasonalQuestExpiry => null;
|
||||
|
||||
ImmutableList<PreviousQuestInfo> PreviousQuests { get; }
|
||||
|
||||
EQuestJoin PreviousQuestJoin { get; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue