csharp
public sealed class InteractionModuleThe interaction library as a module a game composes.
Fields and properties (3)
public const string RootThe tag every interactable's tag sits under.
public const string ChannellingBeing in the middle of using something.
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