コード例 #1
0
ファイル: SoundPlayer.cs プロジェクト: Vinic/TomatoEngine
 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);
 }