modify 十三张选牌时长
This commit is contained in:
parent
341e481cf5
commit
2209f516c7
|
@ -41,7 +41,7 @@ const (
|
|||
ThirteenWaterSceneWaitTimeout = time.Second * 2 //等待倒计时
|
||||
ThirteenWaterStartTimeout = time.Second * 3 //开始倒计时
|
||||
ThirteenWaterSendCardsTimeout = time.Second * 3 //开始发牌
|
||||
ThirteenWaterOptCardTimeout = time.Second * 45 //45选牌换牌
|
||||
ThirteenWaterOptCardTimeout = time.Second * 48 //48选牌换牌
|
||||
ThirteenWaterShowCardsTimeout = time.Second * 1 //轮流看牌时间
|
||||
ThirteenWaterHitTimeout = time.Second * 2 //打枪
|
||||
ThirteenWaterBilledTimeout = time.Second * 5 //结算
|
||||
|
|
Loading…
Reference in New Issue