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

6 lines
265 B
C#

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);