娃娃机添加日志

This commit is contained in:
DESKTOP-45ANQ2C\unis 2024-10-21 15:13:22 +08:00
parent 521a1e1c58
commit 5807aebce0
1 changed files with 4 additions and 0 deletions

View File

@ -241,6 +241,8 @@ func (this *SceneEx) init() bool {
this.Clear()
this.PayCoinCount = this.LoadPayCoinCount()
this.PayCoinCount = 21
return true
}
@ -437,6 +439,8 @@ func (this *SceneEx) TimeOutPlayGrab() bool {
this.PayCoinCount = 0
}
logger.Logger.Trace("ClawDoll StatePlayGame OnPlayerOp Grab-----SnId:", playerEx.SnId, " grapType: ", grapType)
this.OnPlayerSMGrabOp(this.playingSnid, int32(this.machineId), grapType)
}