ContextManager constructor

ContextManager(
  1. CommandsPlugin commands
)

Create a new ContextManager attached to a CommandsPlugin.

Implementation

ContextManager(this.commands);