csharp
public sealed class InstanceModuleThe instance library as a module a game composes.
Remarks
One definition type and no stats. A difficulty's scalars are numbers a spawner multiplies by, not modifiers: putting them in the attribute algebra would let a dispel remove heroic mode.
Fields and properties (2)
public const string DifficultyRootThe tag every difficulty's tag 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