mirror of
https://github.com/nunuhara/xsystem4.git
synced 2026-09-25 16:37:56 +03:00
It is called when the plugin is unbound from a sprite, or when the sprite to which the plugin is bound is released. This prevents memory leaks when sprites are destroyed without the plugin being released, and simplifies lifetime management of the DrawDungeon plugin.