Example #1
0
 public void AddListener(UnityAction <T> action)
 {
     Stream.AddListener(action);
 }