Improved GetDeltaQuests description

This commit is contained in:
Chomp
2025-06-12 23:05:28 +01:00
parent c2e0193450
commit 9c37b79c1d
@@ -88,7 +88,7 @@ public class QuestHelper(
}
/// <summary>
/// Get quests in after but not before
/// Get new quests in `after` that are not in `before`
/// </summary>
/// <param name="before">List of quests #1</param>
/// <param name="after">List of quests #2</param>