Пример #1
0
 public static AsyncAssetRequst LoadJsonConfigAsync(string filePath, BundleType type = 0)
 {
     return(Miscs.LoadResourceAsync(filePath, type));
 }