using System.Collections.Generic; using Questionable.Model; namespace Questionable.Controller; internal readonly record struct QuestSlots(QuestController.QuestProgress? Simulated, QuestController.QuestProgress? Next, List ManualPriorityQuests, QuestController.EAutomationType AutomationType);