Пример #1
0
 private void OnDestroy() => DI.Pop(m_Container);
Пример #2
0
 private void Awake()
 {
     DI.Push(m_Container);
     OnBind();
 }