yyl
9 天以前 e038d0986f510de9d298ebdf6036e32c6b3733b9
Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts
2个文件已修改
5 ■■■■■ 已修改文件
Main/Component/UI/Common/FuncOpen.cs 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/NewBieGuidance/NewBieCenter.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/Component/UI/Common/FuncOpen.cs
@@ -370,8 +370,7 @@
            return string.Empty;
        }
        string connector = Language.Get("FunctionPreview01"); // "且"
        string unlockStr = Language.Get("FunctionPreview02"); // "解锁"
        string result = string.Join(connector, conditionStrs) + unlockStr;
        string result = string.Join(connector, conditionStrs);
        return result;
    }
Main/System/NewBieGuidance/NewBieCenter.cs
@@ -529,6 +529,7 @@
                completeGuidesBuf.Add(allGuideKeys[i]);
            }
        }
        BattleManager.Instance.storyBattleField.IsPause = false;
    }
@@ -543,6 +544,7 @@
        UIManager.Instance.CloseWindow<NewBieWin>();
        completeGuidesBuf.Clear();
        BattleManager.Instance.storyBattleField.IsPause = false;
    }
    public void ResetGuide(int _guide)