| | |
| | |
|
| | | private void PutOffEquip(PackType type, int index, int id)
|
| | | {
|
| | | if (type != PackType.rptJadeDynastyEquip || index != (int)equipType) return;
|
| | | int equipIndex = 0;
|
| | | equipModel.TryGetJadeDynastyEquipIndex((int)equipType, out equipIndex);
|
| | | if (type != PackType.rptJadeDynastyEquip || index != equipIndex) return;
|
| | |
|
| | | SetDisplay();
|
| | | }
|
| | |
|
| | | private void PutOnEquip(PackType type, int index, int id)
|
| | | {
|
| | | if (type != PackType.rptJadeDynastyEquip || index != (int)equipType) return;
|
| | | int equipIndex = 0;
|
| | | equipModel.TryGetJadeDynastyEquipIndex((int)equipType, out equipIndex);
|
| | | if (type != PackType.rptJadeDynastyEquip || index != equipIndex) return;
|
| | |
|
| | | SetDisplay();
|
| | | }
|