This commit is contained in:
CortexCore
2024-07-05 15:07:38 +08:00
parent 87eae34f4b
commit b3768a7aa8
5 changed files with 36 additions and 6 deletions

View File

@@ -6,8 +6,9 @@ using System.Collections.Generic;
using System.IO;
using System.Threading;
#if UNITY_WINDOW
using AnotherFileBrowser.Windows;
#endif
using UnityEngine;
using Cysharp.Threading.Tasks;
@@ -29,6 +30,7 @@ namespace BITKit.IO
void AddListener(string key, Action<byte[]> action);
void RemoveListener(string key, Action<byte[]> action);
}
#if UNITY_WINDOW
[Serializable]
public sealed class ApplicationFile:IApplicationFile
{
@@ -221,6 +223,7 @@ namespace BITKit.IO
void IApplicationFile.Reload()=>ReloadFile();
}
#endif
}
#endif