少年修仙传客户端代码仓库
client_Zxw
2018-09-26 cbe3d7c2cb4fbf96f3a2295351fa03ea14035499
System/MainInterfacePanel/PlayerMainDate.cs
@@ -193,7 +193,7 @@
    {
        if (ItemID == 221)
        {
            if (!WindowCenter.Instance.CheckOpen<MainInterfaceWin>())
            if (!WindowCenter.Instance.IsOpen<MainInterfaceWin>())
            {
                WindowCenter.Instance.CloseAll(WindowCenter.CloseAllIgnoreType.SystemAndCustom);
                WindowCenter.Instance.Open<MainInterfaceWin>();
@@ -354,7 +354,7 @@
                prowNum = power;
                if (!StrengthegingBool && StrengthegingAddFight == 0)
                {
                    if (WindowCenter.Instance.CheckOpen<PowerAddWin>())
                    if (WindowCenter.Instance.IsOpen<PowerAddWin>())
                    {
                        WindowCenter.Instance.CloseImmediately<PowerAddWin>();
                    }
@@ -383,7 +383,7 @@
        yield return new WaitForSeconds(0.5f);
        ProwNumAdd = StrengthegingAddFight;
        StrengthegingAddFight = 0;
        if (WindowCenter.Instance.CheckOpen<PowerAddWin>())
        if (WindowCenter.Instance.IsOpen<PowerAddWin>())
        {
            WindowCenter.Instance.CloseImmediately<PowerAddWin>();
        }
@@ -393,7 +393,7 @@
    public void FabaoPowerAdd(int power)
    {
        ProwNumAdd = power;
        if (WindowCenter.Instance.CheckOpen<PowerAddWin>())
        if (WindowCenter.Instance.IsOpen<PowerAddWin>())
        {
            WindowCenter.Instance.CloseImmediately<PowerAddWin>();
        }