This commit is contained in:
2026-04-03 22:46:17 +07:00
parent 72f2a5f3e8
commit 95b94260ac
367 changed files with 94940 additions and 648 deletions

View File

@@ -0,0 +1,8 @@
#if FUSION_WEAVER && FUSION_WEAVER_ILPOSTPROCESSOR
namespace Fusion.CodeGen {
partial class ILWeaverSettings {
static partial void OverrideNetworkProjectConfigPath(ref string path) {
}
}
}
#endif