コード例 #1
0
ファイル: SFX.cs プロジェクト: rim-yu/blog-code
 public static void StopSpecific(string sound)
 {
     soundDB.StopSpecific(sound);
 }