We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56ee78d commit 4d1a13cCopy full SHA for 4d1a13c
1 file changed
GameFrameX.Launcher/GlobalUsings.cs
@@ -17,7 +17,6 @@
17
global using GameFrameX.Launcher;
18
global using GameFrameX.Utility.Log;
19
global using GameFrameX.SuperSocket;
20
-global using GameFrameX.SuperSocket.ClientEngine;
21
global using GameFrameX.SuperSocket.Connection;
22
global using GameFrameX.SuperSocket.Server;
23
global using GameFrameX.SuperSocket.Server.Abstractions;
@@ -26,7 +25,6 @@
26
25
global using GameFrameX.SuperSocket.WebSocket;
27
global using GameFrameX.SuperSocket.WebSocket.Server;
28
global using CloseReason = GameFrameX.SuperSocket.WebSocket.CloseReason;
29
-global using ErrorEventArgs = GameFrameX.SuperSocket.ClientEngine.ErrorEventArgs;
30
global using GameFrameX.Core.Components;
31
global using GameFrameX.DataBase.Mongo;
32
global using GameFrameX.Utility.Setting;
0 commit comments