This commit is contained in:
meixiongfeng 2022-08-01 12:03:19 +08:00
parent ff497dbb36
commit 21899a4755

View File

@ -6,6 +6,7 @@ import (
"go_dreamfactory/modules/chat"
"go_dreamfactory/modules/equipment"
"go_dreamfactory/modules/friend"
"go_dreamfactory/modules/gm"
"go_dreamfactory/modules/hero"
"go_dreamfactory/modules/items"
"go_dreamfactory/modules/mail"
@ -54,6 +55,7 @@ func main() {
shop.NewModule(),
notify.NewModule(),
chat.NewModule(),
gm.NewModule(),
)
}