Beispiel #1
0
 public bool HasModType(int type)
 {
     return(ModList != null && ModList.ContainsKey(type));
 }