zhaoyang 2 жил өмнө
parent
commit
5a63530448

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

@@ -89,7 +89,7 @@ namespace GFGGame
                 StorageSProxy.ReqSetClientValue(ConstStorageId.STORAGE_AUTO_PLAY, _autoPlay == true ? 1 : 0).Coroutine();
                 StorageSProxy.ReqSetClientValue(ConstStorageId.STORAGE_AUTO_PLAY, _autoPlay == true ? 1 : 0).Coroutine();
             }
             }
         }
         }
-        public int maxFightSpeed = 2;
+        public int maxFightSpeed = 3;
         private int _fightSpeed = 1;
         private int _fightSpeed = 1;
         public int fightSpeed
         public int fightSpeed
         {
         {