package xpq.msg; import xpq.platform.io.OpCodeComment; public class OpCode { // automatic generated begin fileName:0000_0000_def.proto // automatic generated end fileName:0000_0000_def.proto // automatic generated begin fileName:1001_1999_roomService.proto public static final short CS_Room_Enter = 1001;//客户端进入房间服务 public static final short SC_Room_Enter = 1002;//客户端进入房间服务成功,服务器返回当前快照 public static final short CS_Room_Quit = 1003;//客户端离开房间 public static final short SC_Room_Quit = 1004;//客户端离开房间成功 public static final short SC_Code = 1005;//房间内的错误提示 public static final short SC_Player_Info = 1006;//玩家数据同步 public static final short SC_Led = 1007;//系统公告 public static final short CS_Ping = 1008;//长链接ping public static final short SC_Ping = 1009;//长链接ping返回 public static final short CS_Test = 1090;//客户端测试命令 public static final short SC_Test = 1091;//客户端测试命令结果返回 public static final short CS_Room_Snapshot = 1100;//捕鱼房间的快照 public static final short SC_Room_Snapshot = 1101;//捕鱼房间的快照 public static final short CS_Frame_Info = 1102;//客户端捕鱼单帧事件 public static final short SC_Frame_Info = 1103;//捕鱼房间下发的帧内容 public static final short CS_Unlock_Arm = 1104;//客户端请求解锁炮 public static final short SC_Unlock_Arm_Result = 1105;//服务器返回解锁结果 public static final short SC_Level_Up = 1106;//玩家升级消息 public static final short CS_Arm_Change = 1107;//客户端请求换炮 public static final short SC_Arm_Change_Result = 1108;//请求换炮结果 public static final short SC_Broadcast = 1109;//渔场内的外部广播 public static final short CS_Communicate = 1110;//渔场内互动 public static final short SC_Communicate_Result = 1111;//渔场内互动结果广播 public static final short SC_Start_Broke = 1112;//触发破产消息 public static final short CS_Guide_Oper = 1113;//新手引导相关 public static final short SC_Guide_Info = 1114;//新手引导相关 public static final short CS_Free_Game_Open = 1201;//客户端请求进入小游戏 public static final short SC_HuntFish_Result = 1202;//客户端请求进入小游戏结果(寻宝鱼小游戏) public static final short SC_King_Result = 1203;//客户端请求进入小游戏结果(国王宝藏小游戏) public static final short CS_King_OpenBox = 1204;//国王宝藏小游戏开箱子 public static final short SC_King_OpenBox_Result = 1205;//国王宝藏小游戏开箱子结果 public static final short SC_King_End_Result = 1206;//国王宝藏小游戏箱子随机颜色,总金币数 public static final short CS_Free_Game_End = 1207;//小游戏结束 public static final short SC_Free_Game_End_Result = 1208;//小游戏结束结果 public static final short SC_Free_Game_Info = 1209;//小游戏开启后的通用返回 public static final short SC_Hetun_Info = 1210;//河豚游戏 public static final short CS_Hetun_Oper = 1211;//河豚游戏 public static final short CS_Game_Conf = 1212;//小游戏配置 public static final short SC_Game_Conf = 1213;//小游戏配置 public static final short CS_Game_Preview = 1214;//小游戏预览相关操作 public static final short SC_Game_Preview = 1215;//小游戏预览返回结果 public static final short SC_Arena_Quest = 1301;//竞技场任务 public static final short SC_Arena_Info = 1302;//竞技场鱼场基本信息 public static final short SC_Arena_Result = 1303;//竞技场战绩 public static final short SC_Match_Info = 1401;//话费赛初始化 public static final short SC_Match_Rank = 1402;//话费赛排行榜 public static final short CS_Match_Oper = 1403;//话费赛请求排行 public static final short SC_Match_Final_Rank = 1404;//话费赛最终排行 public static final short SC_Limit_Gift = 1405;//限时礼包 public static final short SC_Add_Friend = 1406;//推送申请好友消息 public static final short SC_Newbee_Task = 1407;//角色新手任务 public static final short CS_Finish_Newbee_Task = 1408;//新手任务领奖 public static final short SC_Finish_Newbee_Task = 1409;//新手任务领奖 public static final short SC_Lottery = 1410;//彩金池通知 public static final short CS_Draw_Record = 1411;//抽奖-请求记录 public static final short SC_Draw_Record = 1412;//抽奖-请求记录 public static final short CS_Draw = 1413;//抽奖-请求抽奖 public static final short SC_Draw = 1414;//抽奖-请求抽奖 public static final short SC_Match_Kill = 1415;//话费赛击杀信息 客户端收到后播放击杀动画, public static final short CS_Get_Today_Room_Reward = 1416;//客户端领取每日解锁房间奖励, public static final short SC_Get_Today_Room_Reward = 1417;//客户端领取每日解锁房间奖励, public static final short CS_Horn_Transform = 1418;//独角鲸变身 public static final short SC_Leave_Room = 1419;//离开房间 金币上限离开,广播给其他玩家 public static final short CS_Buff_Oper = 1420;//独角鲸变身 // automatic generated end fileName:1001_1999_roomService.proto // automatic generated begin fileName:readme.md // automatic generated end fileName:readme.md static{ OpCodeComment.putComment(1209, "//小游戏开启后的通用返回"); OpCodeComment.putComment(1208, "//小游戏结束结果"); OpCodeComment.putComment(1302, "//竞技场鱼场基本信息"); OpCodeComment.putComment(1303, "//竞技场战绩"); OpCodeComment.putComment(1205, "//国王宝藏小游戏开箱子结果"); OpCodeComment.putComment(1204, "//国王宝藏小游戏开箱子"); OpCodeComment.putComment(1207, "//小游戏结束"); OpCodeComment.putComment(1206, "//国王宝藏小游戏箱子随机颜色,总金币数"); OpCodeComment.putComment(1201, "//客户端请求进入小游戏"); OpCodeComment.putComment(1203, "//客户端请求进入小游戏结果(国王宝藏小游戏)"); OpCodeComment.putComment(1202, "//客户端请求进入小游戏结果(寻宝鱼小游戏)"); OpCodeComment.putComment(1417, "//客户端领取每日解锁房间奖励,"); OpCodeComment.putComment(1301, "//竞技场任务"); OpCodeComment.putComment(1408, "//新手任务领奖"); OpCodeComment.putComment(1001, "//客户端进入房间服务"); OpCodeComment.putComment(1110, "//渔场内互动"); OpCodeComment.putComment(1409, "//新手任务领奖"); OpCodeComment.putComment(1111, "//渔场内互动结果广播"); OpCodeComment.putComment(1009, "//长链接ping返回"); OpCodeComment.putComment(1113, "//新手引导相关"); OpCodeComment.putComment(1112, "//触发破产消息"); OpCodeComment.putComment(1114, "//新手引导相关"); OpCodeComment.putComment(1403, "//话费赛请求排行"); OpCodeComment.putComment(1402, "//话费赛排行榜"); OpCodeComment.putComment(1401, "//话费赛初始化"); OpCodeComment.putComment(1407, "//角色新手任务"); OpCodeComment.putComment(1406, "//推送申请好友消息"); OpCodeComment.putComment(1405, "//限时礼包"); OpCodeComment.putComment(1404, "//话费赛最终排行"); OpCodeComment.putComment(1212, "//小游戏配置"); OpCodeComment.putComment(1213, "//小游戏配置"); OpCodeComment.putComment(1210, "//河豚游戏"); OpCodeComment.putComment(1211, "//河豚游戏"); OpCodeComment.putComment(1090, "//客户端测试命令"); OpCodeComment.putComment(1091, "//客户端测试命令结果返回"); OpCodeComment.putComment(1214, "//小游戏预览相关操作"); OpCodeComment.putComment(1215, "//小游戏预览返回结果"); OpCodeComment.putComment(1419, "//离开房间 金币上限离开,广播给其他玩家"); OpCodeComment.putComment(1008, "//长链接ping"); OpCodeComment.putComment(1420, "//独角鲸变身"); OpCodeComment.putComment(1410, "//彩金池通知"); OpCodeComment.putComment(1416, "//客户端领取每日解锁房间奖励,"); OpCodeComment.putComment(1411, "//抽奖-请求记录"); OpCodeComment.putComment(1418, "//独角鲸变身"); OpCodeComment.putComment(1412, "//抽奖-请求记录"); OpCodeComment.putComment(1413, "//抽奖-请求抽奖"); OpCodeComment.putComment(-1000, "测试"); OpCodeComment.putComment(1414, "//抽奖-请求抽奖"); OpCodeComment.putComment(1415, "//话费赛击杀信息 客户端收到后播放击杀动画,"); OpCodeComment.putComment(1106, "//玩家升级消息"); OpCodeComment.putComment(1107, "//客户端请求换炮"); OpCodeComment.putComment(1104, "//客户端请求解锁炮"); OpCodeComment.putComment(1105, "//服务器返回解锁结果"); OpCodeComment.putComment(1102, "//客户端捕鱼单帧事件"); OpCodeComment.putComment(1103, "//捕鱼房间下发的帧内容"); OpCodeComment.putComment(1100, "//捕鱼房间的快照"); OpCodeComment.putComment(1101, "//捕鱼房间的快照"); OpCodeComment.putComment(1007, "//系统公告"); OpCodeComment.putComment(1006, "//玩家数据同步"); OpCodeComment.putComment(1005, "//房间内的错误提示"); OpCodeComment.putComment(1004, "//客户端离开房间成功"); OpCodeComment.putComment(1003, "//客户端离开房间"); OpCodeComment.putComment(1002, "//客户端进入房间服务成功,服务器返回当前快照"); OpCodeComment.putComment(1108, "//请求换炮结果"); OpCodeComment.putComment(1109, "//渔场内的外部广播"); } }