mirror of
https://github.com/AnnulusGames/Alchemy.git
synced 2025-01-22 16:28:25 -05:00
172 B
172 B
On Inspector Destroy Attribute
Executes a method when the Inspector is destroyed.
[OnInspectorDestroy]
void OnInspectorDestroy()
{
Debug.Log("Destroy");
}