Exemplo n.º 1
0
 public void SubcribeUpdates(Livable owner, Action <int> onUpdate)
 {
     up.Subscribe(owner, onUpdate);
 }
Exemplo n.º 2
0
 public void Bind(Livable owner, Action <int> onNewValue)
 {
     up.Subscribe(owner, onNewValue);
     onNewValue(__val);
 }