Ejemplo n.º 1
0
 public void GoToRoundPath()
 {
     PathExitFromCage.Pause();
     PathExitFromCage.Target = null;
     PathRoundLion.Target    = TargetLion;
     // PathExitFromCage.Stop();
     PathRoundLion.Play();
 }
Ejemplo n.º 2
0
 public void Pause()
 {
     pathMagic.Pause();
 }