generate_event
Generates an Event class for the event dispatcher system using a root namespace and class name, with optional token replacements.
Instructions
Generate an Event class for the event dispatcher system.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rootNamespace | Yes | Plugin root namespace (e.g., "MyPlugin") | |
| className | Yes | Class name (e.g., "EventsExample") | |
| extraTokens | No | Additional token replacements |