Esempio n. 1
0
 public void Run( ActionGroup group )
 {
     group.timeline = this;
     parent.StartCoroutine( group.Routine() );
 }