1
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user