using Questionable.Model; using Questionable.Model.Questing; namespace Questionable.Controller.CustomDelivery; internal sealed record CustomDeliveryNpc(int NpcIndex, ushort NpcRowId, string Name, ushort Level, EExpansionVersion Expansion, QuestId UnlockQuestId);