6 lines
302 B
C#
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);
|