娃娃机添加日志
This commit is contained in:
parent
521a1e1c58
commit
5807aebce0
|
@ -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)
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue