Vixen
caa30e12
csharp
public readonly record struct CriterionProgress

How far one criterion has got.

Read the guide page for this →

Fields and properties (3)

  • public DefId Achievement

    Which achievement.

  • public int Criterion

    Which of its criteria.

  • public int Progress

    How 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