aozhiwei 0aad8811e2 1
2024-08-17 16:43:18 +08:00

14 lines
213 B
Go

package service
import (
"main/constant"
"main/global"
)
var Contribution = new(contribution)
var _serviceMgr = new(serviceMgr)
func init() {
global.RegModule(constant.SERVICE_MGR_MODULE_IDX, _serviceMgr)
}