csharp
public sealed class MovementModuleThe movement library as a module a game composes.
Fields and properties (3)
public const string MountedBeing aboard anything.
public const string DrivingBeing the one steering.
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