csharp
public sealed class CollectionsModuleThe collections library as a module a game composes.
Fields and properties (3)
public const string CollectedRootThe tag every unlock sits under.
public const string EarnedRootThe tag every earned achievement sits under.
public string NameWhat it is called, in a diagnostic and in the composition report.
Methods (1)
public void Configure(GameplayModuleBuilder builder)Declares what it brings.
Used by (1)
- MmoModulesMmo.Shared