hch
2025-06-05 07aee5604f365541c165f02bfe5437f1ed296fb5
Main/Core/NetworkPackage/GameNetPackBasic.cs
@@ -8,7 +8,7 @@
public class GameNetPackBasic
{
    public ServerType socketType = ServerType.Main;
    public ServerType socketType = ServerType.Main; //默认且唯一
    /** 协议号 */
    protected ushort _cmd = 0;