csharp
public readonly record struct TalentVerdictWhat was wrong with an allocation, and where.
Fields and properties (5)
public TalentRejection RejectionWhy it was refused.
public string NodeWhich node, or the empty string.
public string MessageWhat is wrong, in a sentence.
public static TalentVerdict LegalThe verdict on a legal allocation.
public bool IsLegalWhether 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