예제 #1
0
 private void OnDestroy() => DI.Pop(m_Container);
예제 #2
0
 private void Awake()
 {
     DI.Push(m_Container);
     OnBind();
 }