Vixen
c7401864
csharp
public readonly record struct TalentVerdict

What was wrong with an allocation, and where.

Read the guide page for this →

Fields and properties (5)

  • public TalentRejection Rejection

    Why it was refused.

  • public string Node

    Which node, or the empty string.

  • public string Message

    What is wrong, in a sentence.

  • public static TalentVerdict Legal

    The verdict on a legal allocation.

  • public bool IsLegal

    Whether it is legal.

Methods (1)

  • public TalentVerdict(TalentRejection Rejection, string Node, string Message)

    What was wrong with an allocation, and where.

Used by (4)

  • ProgressionStateVixen.Gameplay.Progression
  • ProgressionStateTestsVixen.Gameplay.Progression.Tests
  • TalentTreeVixen.Gameplay.Progression
  • TalentTreeTestsVixen.Gameplay.Progression.Tests