using System.Collections; using System.Collections.Generic; using UnityEngine; public class StackTrackerForDeactivate : MonoBehaviour { private void OnDisable() { Debug.Log("Panel " + this + " was closed"); } }