2025-06-03 20:05:11 +02:00

8 lines
207 B
C#

#if FUSION_WEAVER && FUSION_WEAVER_ILPOSTPROCESSOR
namespace Fusion.CodeGen {
partial class ILWeaverSettings {
static partial void OverrideNetworkProjectConfigPath(ref string path) {
}
}
}
#endif