예제 #1
0
파일: S.cs 프로젝트: optimus-code/Q2Sharp
 public static void StartLocalSound(String sound)
 {
     impl.StartLocalSound(sound);
 }