// 注册需要给客户端访问的模块、方法 func init() { rpc.RegisterFunction(new(PlayerModule)) }
// 注册需要给客户端访问的模块、方法 func init() { rpc.RegisterFunction(new(TestModule)) }