コード例 #1
0
ファイル: Plugin.cs プロジェクト: drosoCode/BSCM
 public void OnExit()
 {
     if (Multi != null)
     {
         Multi.stop();
     }
 }