public void FadeIn()
 {
     _fadeUi.HideUi();
 }
Beispiel #2
0
 private void OnTimeElapse()
 {
     _animatedUi.HideUi();
 }