コード例 #1
0
 public static Task DataSyncAsync(this UVFile file)
 {
     return(file.DataSyncAsync(file.Loop));
 }