Beispiel #1
0
 public void ResumeLoop()
 {
     if (nowPlayingTake == null)
     {
         return;
     }
     AMTween.Resume();
     isPaused = false;
 }