Example #1
0
 void Start()
 {
     _playerCore.Fire()
     .Subscribe(_ => gameObject.SetActive(false))
     .AddTo(this);
 }