上传事件同步通知
This commit is contained in:
parent
9a96a796c8
commit
166a0c4ddc
@ -35,7 +35,7 @@ func (this *Worldtask) Init(service core.IService, module core.IModule, options
|
||||
|
||||
func (this *Worldtask) OnInstallComp() {
|
||||
this.ModuleBase.OnInstallComp()
|
||||
event.RegisterGO(comm.EventBuriedComplete, this.TCondFinishNotify)
|
||||
event.Register(comm.EventBuriedComplete, this.TCondFinishNotify)
|
||||
this.api = this.RegisterComp(new(apiComp)).(*apiComp)
|
||||
this.modelWorldtask = this.RegisterComp(new(ModelWorldtask)).(*ModelWorldtask)
|
||||
this.configure = this.RegisterComp(new(configureComp)).(*configureComp)
|
||||
|
Loading…
Reference in New Issue
Block a user