save
This commit is contained in:
parent
67ec492463
commit
596953cf8e
4
timer.go
4
timer.go
@ -97,3 +97,7 @@ func (this *timer) Delete(timerWp *TimerWp) {
|
|||||||
func (this *timer) GetRemainTime(timerWp *TimerWp) int64 {
|
func (this *timer) GetRemainTime(timerWp *TimerWp) int64 {
|
||||||
return this.base.GetRemainTime(timerWp.XTimerWp)
|
return this.base.GetRemainTime(timerWp.XTimerWp)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (this *timer) DeleteRunningTimer() {
|
||||||
|
this.base.DeleteRunningTimer()
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user