This commit is contained in:
CortexCore
2024-08-04 11:39:37 +08:00
parent 66ba9c8a77
commit d33e1c1713
4 changed files with 61 additions and 106 deletions

View File

@@ -1,4 +1,4 @@
#if UNITY_5_3_OR_NEWER
using System;
using System.Collections;
using System.Collections.Concurrent;
@@ -9,7 +9,9 @@ using System.Threading;
#if UNITY_WINDOW
using AnotherFileBrowser.Windows;
#endif
#if UNITY_5_3_OR_NEWER
using UnityEngine;
#endif
using Cysharp.Threading.Tasks;
@@ -225,5 +227,3 @@ namespace BITKit.IO
}
#endif
}
#endif