Skip to content

Commit 4d1a13c

Browse files
committed
[删除]1. 删除SuperSocket的引用
1 parent 56ee78d commit 4d1a13c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

GameFrameX.Launcher/GlobalUsings.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
global using GameFrameX.Launcher;
1818
global using GameFrameX.Utility.Log;
1919
global using GameFrameX.SuperSocket;
20-
global using GameFrameX.SuperSocket.ClientEngine;
2120
global using GameFrameX.SuperSocket.Connection;
2221
global using GameFrameX.SuperSocket.Server;
2322
global using GameFrameX.SuperSocket.Server.Abstractions;
@@ -26,7 +25,6 @@
2625
global using GameFrameX.SuperSocket.WebSocket;
2726
global using GameFrameX.SuperSocket.WebSocket.Server;
2827
global using CloseReason = GameFrameX.SuperSocket.WebSocket.CloseReason;
29-
global using ErrorEventArgs = GameFrameX.SuperSocket.ClientEngine.ErrorEventArgs;
3028
global using GameFrameX.Core.Components;
3129
global using GameFrameX.DataBase.Mongo;
3230
global using GameFrameX.Utility.Setting;

0 commit comments

Comments
 (0)