GCG流程至游戏主界面

This commit is contained in:
UnKownOwO
2023-01-07 20:02:59 +08:00
parent 8e11ec5f9f
commit dee9fea310
4 changed files with 368 additions and 181 deletions

View File

@@ -268,6 +268,7 @@ func (c *CmdProtoMap) registerAllMessage() {
c.registerMessage(GCGHeartBeatNotify, &proto.GCGHeartBeatNotify{}) // GCG游戏心跳包通知
c.registerMessage(GCGOperationReq, &proto.GCGOperationReq{}) // GCG游戏客户端操作请求
c.registerMessage(GCGOperationRsp, &proto.GCGOperationRsp{}) // GCG游戏客户端操作响应
c.registerMessage(GCGSkillPreviewNotify, &proto.GCGSkillPreviewNotify{}) // GCG游戏技能栏展示通知
// // TODO 客户端开始GCG游戏
// c.registerMessage(GCGStartChallengeByCheckRewardReq, &proto.GCGStartChallengeByCheckRewardReq{}) // GCG开始挑战来自检测奖励请求