mirror of
https://github.com/ConjureETS/ProjectClubCore.git
synced 2026-03-24 17:40:59 +00:00
9 lines
215 B
C#
9 lines
215 B
C#
#if FUSION_WEAVER && FUSION_WEAVER_ILPOSTPROCESSOR
|
|
namespace Fusion.CodeGen {
|
|
static partial class ILWeaverSettings {
|
|
|
|
static partial void OverrideNetworkProjectConfigPath(ref string path) {
|
|
}
|
|
}
|
|
}
|
|
#endif |