UnloadUsage​Called when a plugin is being unloadedNo return behaviorExamples​void Unload(){ Puts("Save data, reset functionality, set static variables as null, etc.");}Copy