csharp
public sealed class TravelModuleThe travel library as a module a game composes.
Remarks
One definition type and no tags of its own. What unlocks a waypoint is somebody else's tag — a discovery's, a quest's, a purchase's — and minting a Travel.Unlocked root here would give a designer two names for the same fact.
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