Example #1
0
 public static bool IsValidUnimodId(int id)
 {
     return(SetUniModIds.Contains(id));
 }