aozhiwei 87da7d2392 1
2024-06-21 15:27:54 +08:00

16 lines
120 B
Go

package task
import (
)
type taskMgr struct {
}
func (this* taskMgr) Init() {
}
func (this* taskMgr) UnInit() {
}