public ViewModel(IntReactiveProperty hp) { this.hp = hp.AddTo(Disposable); }
private void Start() { _readyTime.AddTo(this); _remainingTime.AddTo(this); CountDownAsync(this.GetCancellationTokenOnDestroy()).Forget(); }
private void Start() { StartCoroutine(CountDownCoroutine()); _current.AddTo(this); }