Exemple #1
0
 public ZAction AddParalelAction(ZAction ta)
 {
     ta.Start();
     _actionsList.Add(ta);
     return(ta);
 }