比赛场随机发牌

This commit is contained in:
sk 2024-08-05 17:22:15 +08:00
parent fe1e66fec2
commit e790746f53
1 changed files with 1 additions and 1 deletions

View File

@ -569,7 +569,7 @@ func (this *TienLenSceneData) SendHandCard_Match() {
}
grades = append(grades, gi)
}
realWin := 1 //-1最差 0正常 1最好
realWin := 0 //-1最差 0正常 1最好
switch realWin {
case -1:
sort.Slice(grades, func(i, j int) bool {