zhaoyang 2 years ago
parent
commit
83a51168f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Data/ActivityDay7DataManager.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Data/ActivityDay7DataManager.cs

@@ -6,7 +6,7 @@ namespace GFGGame
     {
         public int GetActivityDay7Day()
         {
-            return 0;//GameGlobal.myNumericComponent.GetAsInt(NumericType.Day7Activity);
+            return GameGlobal.myNumericComponent.GetAsInt(NumericType.Day7Activity);
         }
 
         public long GetScore()