Example #1
0
 private IObservable <string> Jump()
 {
     return(_playerCore.JumpAsObservable().Select(_ => _jumpSeName));
 }