Browse Source

Merge branch 'master' into yujie

* master:
  活动类型
Jae 2 years ago
parent
commit
7022235014
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Data/ActivityDataManager.cs

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

@@ -37,7 +37,7 @@ namespace GFGGame
         /// 抽奖总次数
         /// </summary>
         /// <value></value>
-        public int allPlayTimes { get; set; }
+        public long allPlayTimes { get; set; }
         /// <summary>
         /// 限时抽奖必掉次数
         /// </summary>