csharp
public sealed class AchievementAn achievement with its criteria compiled.
Fields and properties (9)
public AchievementDefinition DefinitionWhat it was compiled from.
public DefId IdIts id.
public string DisplayNameWhat it is called.
public int PointsWhat it is worth, never below zero.
public bool IsHiddenWhether it stays out of the list until it is earned.
public GameplayTag TagWhat earning it grants.
public ReadOnlySpan<AchievementCriterion> CriteriaWhat has to happen.
public RequirementSet RequirementsWhat has to be true of the player.
public ReadOnlySpan<DefId> UnlocksWhat earning it unlocks.
Used by (5)
- ReferenceTestsMmo.Content.Tests
- CollectionLibraryVixen.Gameplay.Collections
- CollectionRecordVixen.Gameplay.Collections
- CollectionTestsVixen.Gameplay.Collections.Tests
- WatchVixen.Gameplay.Collections