Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts
| | |
| | | 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; |
| | | } |
| | | |
| | |
| | | completeGuidesBuf.Add(allGuideKeys[i]);
|
| | | }
|
| | | }
|
| | | BattleManager.Instance.storyBattleField.IsPause = false;
|
| | |
|
| | | }
|
| | |
|
| | |
| | | UIManager.Instance.CloseWindow<NewBieWin>();
|
| | |
|
| | | completeGuidesBuf.Clear();
|
| | | BattleManager.Instance.storyBattleField.IsPause = false;
|
| | | }
|
| | |
|
| | | public void ResetGuide(int _guide)
|