|
@@ -97,6 +97,7 @@ namespace GFGGame
|
|
|
for (int j = 0; j < _ui.m_suitTypeList.numItems; j++)
|
|
|
{
|
|
|
RedDotController.Instance.SetComRedDot(_ui.m_suitTypeList.GetChildAt(j).asCom, false);
|
|
|
+
|
|
|
for (int i = 0; i < _menuTypeAllDataDic[j + 1].Count; i++)
|
|
|
{
|
|
|
bool red = RedDotDataManager.Instance.GetSuitGuideRed(_menuTypeAllDataDic[j + 1][i]);
|