| | |
| | | SinglePackModel singlePack = playerPack.GetSinglePackModel(PackType.DogzEquip);
|
| | | if (singlePack == null) return;
|
| | |
|
| | | Dictionary<int, ItemModel> pairs = singlePack.GetPackModelIndexDict();
|
| | | Dictionary<int, ItemModel> pairs = singlePack.GetAllItems();
|
| | | foreach(var index in pairs.Keys)
|
| | | {
|
| | | ItemModel itemModel = pairs[index];
|
| | |
| | | SinglePackModel singlePack = playerPack.GetSinglePackModel(PackType.DogzItem);
|
| | | if (singlePack == null) return dogzItemList;
|
| | |
|
| | | Dictionary<int, ItemModel> pairs = singlePack.GetPackModelIndexDict();
|
| | | Dictionary<int, ItemModel> pairs = singlePack.GetAllItems();
|
| | | foreach(var value in pairs.Values)
|
| | | {
|
| | | if(IsReachSelectCondi(value.itemId))
|
| | |
| | | if (singlePack == null) return 0;
|
| | |
|
| | | int num = 0;
|
| | | Dictionary<int, ItemModel> pairs = singlePack.GetPackModelIndexDict();
|
| | | Dictionary<int, ItemModel> pairs = singlePack.GetAllItems();
|
| | | foreach (var value in pairs.Values)
|
| | | {
|
| | | if(value.config.EquipPlace == 0)
|
| | |
| | |
|
| | | var _itemColor = GetDogzEquipLimitByIndex(dogzId, index);
|
| | | var _equipPlace = GetDogzEquipPlaceByIndex(index);
|
| | | Dictionary<int, ItemModel> pairs = singlePack.GetPackModelIndexDict();
|
| | | Dictionary<int, ItemModel> pairs = singlePack.GetAllItems();
|
| | | foreach (var value in pairs.Values)
|
| | | {
|
| | | if(value.config.EquipPlace == _equipPlace
|