示例#1
0
 public override void PauseAllAudios()
 {
     if (wrappedService != null)
     {
         Debug.Log("Pause All");
         wrappedService.PauseAllAudios();
     }
 }