private void Awake() { _dataProvider = MainInstaller.Resolve <IGameDataProvider>(); _services = MainInstaller.Resolve <IGameServices>(); _timer.Init(_services); }
/*public void SetHpInBar(float hp) * { * _changeBar.fillAmount = hp * 0.01f; * }*/ public void TimerViewInit(Timer timer) { _timerView.Init(timer); }