modify
This commit is contained in:
parent
a1d82c595d
commit
d6eda3fc06
@ -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
|
||||||
}
|
}
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user