using UnityEngine; namespace Zenject.Tests.TestDestructionOrder { public class FooMonoBehaviourUnderSceneContext2 : MonoBehaviour { public void OnDestroy() { Debug.Log("Destroyed FooMonoBehaviourUnderSceneContext2"); } } }