Exemplo n.º 1
0
 public static void Process(int index, bool fromHistory)
 {
     Instance?.StartCoroutine(ProcessSongRequest(index, fromHistory));
 }