Main/Core/NetworkPackage/GameNetPackBasic.cs
@@ -8,6 +8,21 @@ public class GameNetPackBasic { static ulong AutoIncreaseUID = 0; public ulong packUID { get; private set; } public GameNetPackBasic() { packUID = AutoIncreaseUID++; } public ServerType socketType = ServerType.Main; //默认且唯一 /** 协议号 */