同步代码

This commit is contained in:
liwei1dao 2022-09-01 09:58:30 +08:00
parent 1c08ebf8d9
commit 30a1a48af8

View File

@ -10,7 +10,6 @@ import (
"go_dreamfactory/modules/gm"
"go_dreamfactory/modules/gourmet"
"go_dreamfactory/modules/hero"
"go_dreamfactory/modules/hunting"
"go_dreamfactory/modules/items"
"go_dreamfactory/modules/mail"
"go_dreamfactory/modules/mainline"
@ -71,6 +70,7 @@ func main() {
rtask.NewModule(),
viking.NewModule(),
smithy.NewModule(),
moonfantasy.NewModule(),
)
}