NyxxPluginState<ClientType extends Nyxx, PluginType extends NyxxPlugin<ClientType>> constructor

NyxxPluginState<ClientType extends Nyxx, PluginType extends NyxxPlugin<ClientType>>(
  1. PluginType plugin
)

Create a new plugin state.

Implementation

NyxxPluginState(this.plugin);