|
@@ -19,7 +19,7 @@ namespace GFGEditor
|
|
public static void startScan()
|
|
public static void startScan()
|
|
{
|
|
{
|
|
ItemCfg[] dataArray = ItemCfgArray.Instance.dataArray;
|
|
ItemCfg[] dataArray = ItemCfgArray.Instance.dataArray;
|
|
- GetApproachCall[] actions = new GetApproachCall[] { GetClothingShopApproach, GetZhaiXingApproach, GetStoryLevelApproach, GetClothingSyntheticApproach, GetSuitGuideApproach, GetSuitSyntheticApproach, GetClothingDecomposeApproach, CheckGiftBagApproach, CheckShopExchangeApproach, CheckClothingFosterApproach, CheckDailyTaskApproach };
|
|
|
|
|
|
+ GetApproachCall[] actions = new GetApproachCall[] { GetClothingShopApproach, GetStoryLevelApproach, GetClothingSyntheticApproach, GetSuitGuideApproach, GetSuitSyntheticApproach, GetClothingDecomposeApproach, CheckGiftBagApproach, CheckShopExchangeApproach, CheckClothingFosterApproach, CheckDailyTaskApproach, GetZhaiXingApproach };
|
|
Dictionary<SuitCfg, List<int>> suitDic = new Dictionary<SuitCfg, List<int>>();
|
|
Dictionary<SuitCfg, List<int>> suitDic = new Dictionary<SuitCfg, List<int>>();
|
|
int suitPartTotalCount = 0;
|
|
int suitPartTotalCount = 0;
|
|
foreach (ItemCfg cfg in dataArray)
|
|
foreach (ItemCfg cfg in dataArray)
|
|
@@ -244,7 +244,7 @@ namespace GFGEditor
|
|
{
|
|
{
|
|
ET.Log.Debug("");
|
|
ET.Log.Debug("");
|
|
}
|
|
}
|
|
- if(itemId== 3002001)
|
|
|
|
|
|
+ if (itemId == 3002001)
|
|
{
|
|
{
|
|
|
|
|
|
}
|
|
}
|