少年修仙传客户端基础资源
client_Wu Xijin
2018-12-28 34632643eb4822c2151c35fe35bb3dce814938ae
3335 修改封包查看工具
1个文件已修改
20 ■■■■ 已修改文件
Assets/Editor/Tool/NetPkgTool.cs 20 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Editor/Tool/NetPkgTool.cs
@@ -21,19 +21,19 @@
    static int MAX_PACKAGE_COUNT = 200;
    private Vector2 scrollPosition;
    static string stopRecBtnDetail = "暂停接收包";
    static bool professionalSkin;
    static string filterNetPkgStr;
    string stopRecBtnDetail = "暂停接收包";
    bool professionalSkin;
    string filterNetPkgStr;
    private string simSendPkgDetail = "";
    static NetPackagetType m_CurrentType = NetPackagetType.All;
    NetPackagetType m_CurrentType = NetPackagetType.All;
    static bool reveralFilter;
    static bool showHeartPackage;
    bool reveralFilter;
    bool showHeartPackage;
    static bool showMainServerPackage;
    static bool showCrossServerPackage;
    static int maxShowPackageCount;
    bool showMainServerPackage;
    bool showCrossServerPackage;
    int maxShowPackageCount;
    bool threading = true;
    List<NetPackage> m_DrawPackages = new List<NetPackage>();
@@ -73,7 +73,7 @@
        thread.Start();
    }
    public static void CheckPackageShowState(NetPackage package)
    public void CheckPackageShowState(NetPackage package)
    {
        if (m_CurrentType != NetPackagetType.All && m_CurrentType != package.type)
        {