This commit is contained in:
CortexCore
2024-06-14 14:12:02 +08:00
parent 349877fe7a
commit ca93bd2c56
9 changed files with 24 additions and 24 deletions

View File

@@ -253,7 +253,7 @@ namespace BITKit.Mod
await Load(assembly);
continue;
}
#if UNITY_64
#if UNITY_5_3_OR_NEWER
case ".cs":
{
var code = await File.ReadAllTextAsync(fileInfo.FullName);
@@ -352,7 +352,7 @@ namespace BITKit.Mod
//Thread.Sleep(1000);
#if UNITY_64
#if UNITY_5_3_OR_NEWER
await UniTask.Delay(1000);
#else
await Task.Delay(1000);
@@ -465,7 +465,7 @@ namespace BITKit.Mod
await Load(assembly, fileInfo.DirectoryName);
break;
}
#if UNITY_64
#if UNITY_5_3_OR_NEWER
case ".cs":
{
var code = await File.ReadAllTextAsync(fileInfo.FullName);