OnPluginEnd Forward

Called when the plugin is about to be unloaded.

It is not necessary to close any handles or remove hooks in this function. SourceMod guarantees that plugin shutdown automatically and correctly releases all resources.

void OnPluginEnd()