docs/markdown/work.md
2025-03-18 10:57:39 +08:00

11 lines
321 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 实现ReqPlayroomDressSet接口
## 步骤一
在playroom.go文件中实现DressSet方法根据传入的type和id设置dress,需判断id是否在Dress中
## 步骤二
在RegisterNetworkFunc.go文件中实现ReqPlayroomDressSet接口
## 步骤一
在GameLogic.go文件的RegisterNetWorkFunc方法中注册该接口