This commit is contained in:
陈思海 2025-07-14 17:01:10 +08:00
parent a1d82c595d
commit d6eda3fc06
2 changed files with 10 additions and 2 deletions

View File

@ -22,6 +22,12 @@
"precompiledReferences": [], "precompiledReferences": [],
"autoReferenced": true, "autoReferenced": true,
"defineConstraints": [], "defineConstraints": [],
"versionDefines": [], "versionDefines": [
{
"name": "com.alicizax.unity.network",
"expression": "",
"define": "ALICIZAX_NETWORK"
}
],
"noEngineReferences": false "noEngineReferences": false
} }

View File

@ -1,4 +1,4 @@
 #if ALICIZAX_NETWORK
using AlicizaX.Network.Runtime; using AlicizaX.Network.Runtime;
using AlicizaX; using AlicizaX;
@ -22,3 +22,5 @@ public static partial class GameApp
internal static INetworkModule _network; internal static INetworkModule _network;
} }
#endif