| | |
| | | { |
| | | |
| | | // Quality, Dictionary<AwakeLV, UPCostItem> |
| | | public static Dictionary<int, Dictionary<int, HeroQualityAwakeConfig>> costDics = new Dictionary<int, Dictionary<int, HeroQualityAwakeConfig>>(); |
| | | static Dictionary<int, Dictionary<int, HeroQualityAwakeConfig>> costDics = new Dictionary<int, Dictionary<int, HeroQualityAwakeConfig>>(); |
| | | |
| | | protected override void OnConfigParseCompleted() |
| | | { |
| | |
| | | |
| | | Dictionary<int, HeroQualityAwakeConfig> tempDic = null; |
| | | |
| | | if (!costDics.TryGetValue(Quality, out tempDic)) |
| | | { |
| | | tempDic = new Dictionary<int, HeroQualityAwakeConfig>(); |
| | | if (!costDics.TryGetValue(Quality, out tempDic)) |
| | | { |
| | | tempDic = new Dictionary<int, HeroQualityAwakeConfig>(); |
| | | costDics.Add(Quality, tempDic); |
| | | } |
| | | |
| | | |