2025-09-24 11:24:38 +05: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