Skip to content

Commit f1326be

Browse files
committed
refactor(web): 移除 ProtoBuf 依赖
从 WebManager 及 asmdef 中移除未使用的 ProtoBuf 引用。 GameFrameX/com.gameframex.unity#5
1 parent 6062281 commit f1326be

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

Runtime/GameFrameX.Web.Runtime.asmdef

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"rootNamespace": "GameFrameX.Web.Runtime",
44
"references": [
55
"GameFrameX.Runtime",
6-
"GameFrameX.Network.Runtime",
7-
"ProtoBuffer.Runtime"
6+
"GameFrameX.Network.Runtime"
87
],
98
"includePlatforms": [],
109
"excludePlatforms": [],

Runtime/Web/WebManager.Binary.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
using System.Threading.Tasks;
77
using GameFrameX.Network.Runtime;
88
using GameFrameX.Runtime;
9-
using ProtoBuf;
109
#if UNITY_WEBGL
1110
using UnityEngine.Networking;
1211
#endif

Runtime/Web/WebManager.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
using System.Threading.Tasks;
77
using GameFrameX.Network.Runtime;
88
using GameFrameX.Runtime;
9-
using ProtoBuf;
109
#if UNITY_WEBGL
1110
using UnityEngine.Networking;
1211
#endif

0 commit comments

Comments
 (0)