Commit b125821a authored by nanahira's avatar nanahira

agents

parent c33d8afa
Pipeline #43195 failed with stages
in 21 seconds
...@@ -8,6 +8,13 @@ ...@@ -8,6 +8,13 @@
- 进行协议设计需要核对 ygopro 和 srvpro 的 coffee 和 cpp 的实现。 - 进行协议设计需要核对 ygopro 和 srvpro 的 coffee 和 cpp 的实现。
- 尽量定义新的模块实现功能,而不是在之前的方法上进行修改。 - 尽量定义新的模块实现功能,而不是在之前的方法上进行修改。
## 部分实现细节
### 和 srvpro 的对应关系
- srvpro 里面的 client.send(发送给客户端)还是对应 client.send
- srvpro 里面 server.send(模拟客户端发送消息)对应 this.ctx.dispatch(msgClassInstance, client)
## 参考项目 ## 参考项目
可以参考电脑的下面的项目,用来参考 可以参考电脑的下面的项目,用来参考
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment