| | |
| | | this.wing = info.wing; |
| | | |
| | | SelectLevel(1); |
| | | WindowCenter.Instance.Open<OtherPlayerEquipWin>(); |
| | | } |
| | | |
| | | public void SelectLevel(int level) |
| | |
| | | if (equipDetailsGroups.ContainsKey(level)) |
| | | { |
| | | selectedLevel = level; |
| | | if (!WindowCenter.Instance.IsOpen<OtherPlayerEquipWin>()) |
| | | { |
| | | WindowCenter.Instance.Open<OtherPlayerEquipWin>(); |
| | | } |
| | | } |
| | | else |
| | | { |
| | |
| | | { |
| | | equipDetailsGroups[info.EquipClassLV] = new EquipDetailsGroup(playerJob, info.EquipClassLV, info.ItemData); |
| | | selectedLevel = info.EquipClassLV; |
| | | |
| | | if (!WindowCenter.Instance.IsOpen<OtherPlayerEquipWin>()) |
| | | { |
| | | WindowCenter.Instance.Open<OtherPlayerEquipWin>(); |
| | | } |
| | | } |
| | | |
| | | public Dictionary<int, EquipBrief> GetEquipBriefs() |