Example #1
0
 public bool ShouldReplace(string cueName, string soundDataName)
 {
     return(sourceCueInfo.DoCuesMatch(cueName, soundDataName));
 }