예제 #1
0
파일: Plugin.cs 프로젝트: drosoCode/BSCM
 public void OnExit()
 {
     if (Multi != null)
     {
         Multi.stop();
     }
 }