yyl
2025-07-21 5bc2cc9a3e007b96a0de96e70e87f25bc5a254a2
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; //默认且唯一
    /** 协议号 */