浏览代码

寻奇访胜红点

zhaoyang 2 年之前
父节点
当前提交
e11ead6d04
共有 1 个文件被更改,包括 12 次插入0 次删除
  1. 12 0
      GameClient/Assets/Game/HotUpdate/Data/RedDotDataManager.cs

+ 12 - 0
GameClient/Assets/Game/HotUpdate/Data/RedDotDataManager.cs

@@ -181,6 +181,7 @@ namespace GFGGame
         /// <returns></returns>
         public bool GetTravelRed()
         {
+            if (TravelDataManager.Instance.TravelData == null) return false;
             return TravelDataManager.Instance.TravelData.Status == (int)TravelGuideType.TravelComplete;
         }
 
@@ -265,5 +266,16 @@ namespace GFGGame
             return itemHas >= itemNeed && costHas >= costNeed;
         }
 
+        public bool GetClothingFosterRed(int suitId)
+        {
+
+            return false;
+        }
+        public bool GetClothingFosterRed()
+        {
+
+            return false;
+        }
+
     }
 }