In the readme is an example to make a IsDead event. IsDead = CurrentHp.Select(x => x <= 0).ToReactiveProperty(); ToReactiveProperty doesn't seem to exist tho, should I just replace this with ToBindableReactiveProperty?