zhaoyang 2 жил өмнө
parent
commit
e11ead6d04

+ 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;
+        }
+
     }
 }