예제 #1
0
 internal static void ReloadSong()
 {
     if (Queue.IsPlaying)
     {
         SS += Time.TotalSeconds + 0.4;
         Queue.Repeat(1);
         Skip?.Cancel();
     }
 }