示例#1
0
文件: S.cs 项目: optimus-code/Q2Sharp
 public static sfx_t RegisterSound(String sample)
 {
     return(impl.RegisterSound(sample));
 }