| | |
| | | var equipStarModel = ModelCenter.Instance.GetModel<EquipStarModel>(); |
| | | equipStarModel.SelectLevel(item.config.LV); |
| | | equipStarModel.SelectPlace(new Int2(item.config.LV, item.config.EquipPlace)); |
| | | WindowJumpMgr.Instance.WindowJumpTo(JumpUIType.StrengthFunc1); |
| | | WindowJumpMgr.Instance.WindowJumpTo(JumpUIType.StrengthFunc2); |
| | | } |
| | | |
| | | public void GotoStrengthen(string guid) |
| | | { |
| | | WindowJumpMgr.Instance.WindowJumpTo(JumpUIType.StrengthFunc2); |
| | | WindowJumpMgr.Instance.WindowJumpTo(JumpUIType.StrengthFunc1); |
| | | } |
| | | |
| | | public void GotoTrain(string guid) |