hch
2025-08-25 af8dafd75f9a6fae017734d58fc7b34d6bdcd0f4
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; //默认且唯一
    /** 协议号 */