战斗流程

pvp 随机匹配:

发送随机匹配请求(match:2000)->匹配返回(PVP type, pvp mode, roomid)->sendStart()(启动计时器) ---> start返回()->跳转界面:MSG_FUC_PLAYING(开始战斗)。

match->match come back -> send start->start come back -> game on.

"GamePage.csb" 战斗界面。


sendMatchRqst(int type, int mode = 1, int score = 0);

doMatchRsp(); 

/ sendStopMatch(int mode);

doStopMatch();

sendStartRest(int type);

doStartRsp();

sendPing();


你可能感兴趣的:(战斗流程)