注册gm
This commit is contained in:
parent
ff497dbb36
commit
21899a4755
@ -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(),
|
||||
)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user