コード例 #1
0
ファイル: AudioService.cs プロジェクト: Tratos/Discord-Bot
 // Sets the audio download path. This should only be called during init.
 public void SetDownloadPath(string path)
 {
     m_AudioDownloader.SetDownloadPath(path);
 }