コード例 #1
0
ファイル: MockPlayer.cs プロジェクト: dandepeched/mbrc-plugin
 public bool StartAutoDj()
 {
     _playerState.SetAutoDj(true);
     return(true);
 }