OnPluginStart Forward

Called when the plugin is fully initialized and all known external references are resolved. This is only called once in the lifetime of the plugin, and is paired with OnPluginEnd().

If any run-time error is thrown during this callback, the plugin will be marked as failed.

void OnPluginStart()