This commit is contained in:
陈思海 2025-03-19 13:02:11 +08:00
parent 5a72273966
commit c597ddaf91
2 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,8 @@
"GUID:0d00816689626d846bd06cd779413413", "GUID:0d00816689626d846bd06cd779413413",
"GUID:198eb6af143bbc4488e2779d96697e06", "GUID:198eb6af143bbc4488e2779d96697e06",
"GUID:a19b414bea3b97240a91aeab9a8eab36", "GUID:a19b414bea3b97240a91aeab9a8eab36",
"GUID:e9c35c8938f782649bb7e670099ca425" "GUID:e9c35c8938f782649bb7e670099ca425",
"GUID:3d13889895c726f458c6fea2413408f3"
], ],
"includePlatforms": [], "includePlatforms": [],
"excludePlatforms": [], "excludePlatforms": [],

View File

@ -1,6 +1,6 @@
#if ENABLE_GAME_FRAME_X_NETWORK 
using GameFrameX.Network.Runtime; using AlicizaX.Network.Runtime;
using GameFrameX.Runtime; using AlicizaX.Runtime;
public static partial class GameApp public static partial class GameApp
{ {
@ -22,4 +22,3 @@ public static partial class GameApp
private static NetworkComponent _network; private static NetworkComponent _network;
} }
#endif