Exemplo n.º 1
0
 public EventNode(string str
                  , UnityAction <StateEvent> act) : this(str) {
     mActions.AddListener(act);
 }