add: 打手初始化接口

This commit is contained in:
zetaloop
2026-04-04 03:35:36 +08:00
parent 85ce6a45c5
commit 32d58ef462
12 changed files with 224 additions and 21 deletions
+2 -1
View File
@@ -10,5 +10,6 @@ import (
type Config struct {
rest.RestConf
PlayerRpcConf zrpc.RpcClientConf
PlayerRpcConf zrpc.RpcClientConf
UsercenterRpcConf zrpc.RpcClientConf
}