Before Rebuild NetProvider

This commit is contained in:
CortexCore
2025-01-24 10:36:58 +08:00
parent 0823a00396
commit 4b72602bfa
13 changed files with 402 additions and 387 deletions

View File

@@ -225,7 +225,6 @@ namespace BITKit.Mod
await Load(assembly);
continue;
}
#if UNITY_5_3_OR_NEWER
case ".cs":
{
var code = await File.ReadAllTextAsync(fileInfo.FullName);
@@ -233,7 +232,6 @@ namespace BITKit.Mod
await Load(assembly, fileInfo.DirectoryName);
continue;
}
#endif
}
}