Vixen
caa30e12
csharp
public readonly record struct QuestProblem

Something wrong with a quest, said the way a row can be highlighted.

Read the guide page for this →

Fields and properties (3)

  • public int Stage

    Which stage, or −1 for the quest itself.

  • public int Objective

    Which objective of it, or −1 for the stage itself.

  • public string Message

    What is wrong, in a sentence.

Methods (1)

  • public QuestProblem(int Stage, int Objective, string Message)

    Something wrong with a quest, said the way a row can be highlighted.

Used by (2)

  • QuestModelVixen.Editor.Gameplay.Quests
  • QuestModelTestsVixen.Editor.Gameplay.Quests.Tests