示例#1
0
文件: SFX.cs 项目: rim-yu/blog-code
 public static void StopSpecific(string sound)
 {
     soundDB.StopSpecific(sound);
 }