csharp
public sealed class CraftingModuleThe crafting library as a module a game composes.
Remarks
One definition type and no tags of its own. A recipe's profession tag is Vixen.Gameplay.Progression's and its station tag is whatever the world calls that forge; minting a third vocabulary here would give a designer two names for each.
Fields and properties (1)
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