Пример #1
0
 public bool SoundExists(string name)
 {
     return(ModLoader.SoundExists(FileName(name)));
 }