Exemplo n.º 1
0
 public static bool IsContentTypeAccessAllowed(this IModLoader modLoader, Type type)
 {
     return(modLoader.IsContentType(type));
 }