1
0
Fork 0
forked from aly/qstbak
qstbak/Questionable/Questionable.Controller/QuestSlots.cs
2026-08-17 20:29:32 +10:00

6 lines
302 B
C#

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