Vixen
c7401864
csharp
public readonly record struct QuestGrant

One thing a reward gives, with its address resolved.

Read the guide page for this →

Fields and properties (3)

  • public DefId Def

    What is given.

  • public string Address

    Its address, kept so a report can name it.

  • public int Count

    How much.

Methods (1)

  • public QuestGrant(DefId Def, string Address, int Count)

    One thing a reward gives, with its address resolved.

Used by (4)

  • DynamicEventTemplateVixen.Gameplay.Quests
  • QuestJournalTestsVixen.Gameplay.Quests.Tests
  • QuestLibraryVixen.Gameplay.Quests
  • QuestRewardVixen.Gameplay.Quests