csharp
public readonly record struct CriterionProgressHow far one criterion has got.
Fields and properties (3)
public DefId AchievementWhich achievement.
public int CriterionWhich of its criteria.
public int ProgressHow far, capped at what it takes.
Methods (1)
public CriterionProgress(DefId Achievement, int Criterion, int Progress)How far one criterion has got.
Used by (1)
- CollectionRecordVixen.Gameplay.Collections