不保存游戏对局的调试日志

This commit is contained in:
sk 2024-11-26 19:20:39 +08:00
parent 9629db34e6
commit 616ee8369c
1 changed files with 8 additions and 8 deletions

View File

@ -209,7 +209,7 @@ type ThirteenWaterPerson struct {
EndName string // 尾墩牌型名称 EndName string // 尾墩牌型名称
SpecialName string // 特殊牌型名称 SpecialName string // 特殊牌型名称
IsDP bool // 是否倒排 IsDP bool // 是否倒排
TestLog []string TestLog []string `json:"-"`
} }
// 二人麻将 // 二人麻将
@ -1554,13 +1554,13 @@ type TienLenPerson struct {
DelOrderCards map[int][]int32 //已出牌 DelOrderCards map[int][]int32 //已出牌
CardInfoEnd []int32 //结算时的牌型 CardInfoEnd []int32 //结算时的牌型
IsTianHu bool //是否天胡 IsTianHu bool //是否天胡
TestLog []string TestLog []string `json:"-"`
WinRankScore int64 // 排位积分变化(包含额外加分) WinRankScore int64 // 排位积分变化(包含额外加分)
RankScore int64 // 排位积分 RankScore int64 // 排位积分
AddScore int64 // 排位积额外加分 AddScore int64 // 排位积额外加分
BombRankScore int64 // 排位炸弹分 BombRankScore int64 // 排位炸弹分
CardsScore int // 手牌分 CardsScore int // 手牌分
FaPaiType int // 发牌类型 FaPaiType int // 发牌类型
} }
// chesstitians // chesstitians