示例#1
0
 public static void PlaySoundAdd(string name)
 {
     string location = ResourceManager.GetSoundLocationByName(name);
     var a = new AudioObject(location, true);
 }
示例#2
0
 public static void PlaySoundAdd(string name)
 {
     string location = ResourceManager.GetSoundLocationByName(name);
     var    a        = new AudioObject(location, true);
 }