Example #1
0
 private void Start()
 {
     uiManager = Managers.UiManager.Instance;
 }
 private void Awake()
 {
     Instance = this;
     SceneManager.Instance.OnEndSceneChange += _ => currentActive = WindowReference.None;
 }
 private void OnDestroy() => _instance = null;
 private void Awake()
 {
     Instance   = this;
     _uiManager = UiManager.Instance;
 }