daily update

This commit is contained in:
2026-06-13 00:07:35 +07:00
parent d731f962a3
commit 20f9010787
371 changed files with 731 additions and 15 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