Compare commits

..

No commits in common. "e0640c7fd5f05416b150c5ae6233406faaf9d8f4" and "ec0d5b3f94a96c5b53baa73906c306c38e192f67" have entirely different histories.

2 changed files with 0 additions and 2 deletions

View File

@ -2130,7 +2130,6 @@ func (this *TienLenSceneData) SaveCustomLog() {
StartTs: this.GameStartTime.Unix(),
EndTs: time.Now().Unix(),
State: state,
Creator: this.GetCreator(),
}
for snid := range this.BilledList {
var items []*model.Item

View File

@ -28,7 +28,6 @@ type CustomLog struct {
CostType int32 // 付费方式 1AA 2房主
Voice int32 // 是否开启语音 1开启
RoomId int32 // 房间id
Creator int32 // 创建者id
SnId []PlayerInfo // 所有玩家
List []RoundInfo // 对局记录
StartTs, EndTs int64 // 开始,结束时间