csharp
public readonly record struct QuestChangeWhat happened to a quest.
Fields and properties (3)
public DefId QuestWhich quest.
public QuestStatus StatusWhere it is now.
public int StageWhich stage, or −1.
Methods (1)
public QuestChange(DefId Quest, QuestStatus Status, int Stage)What happened to a quest.
Used by (1)
- QuestJournalVixen.Gameplay.Quests