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