...
This commit is contained in:
8
Assets/Photon/Fusion/CodeGen/Fusion.CodeGen.User.cs
Normal file
8
Assets/Photon/Fusion/CodeGen/Fusion.CodeGen.User.cs
Normal 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
|
||||
Reference in New Issue
Block a user