public static AsyncAssetRequst LoadJsonConfigAsync(string filePath, BundleType type = 0) { return(Miscs.LoadResourceAsync(filePath, type)); }