This commit is contained in:
殷勇 2023-10-25 15:47:06 +08:00
parent 67ec492463
commit 596953cf8e

View File

@ -97,3 +97,7 @@ func (this *timer) Delete(timerWp *TimerWp) {
func (this *timer) GetRemainTime(timerWp *TimerWp) int64 {
return this.base.GetRemainTime(timerWp.XTimerWp)
}
func (this *timer) DeleteRunningTimer() {
this.base.DeleteRunningTimer()
}