Add the callbacks OnEnable and OnDisable so that scripts can perform actions every time they are enabled or disabled, such as initialization or cleanup.
Also add OnDebug so that scripts can display their own custom debug information in the debug panel.