master_huanxiang
parent
7dc6b632b9
commit
dc67bb0326
|
|
@ -205,3 +205,13 @@ import "CommonProto.proto";
|
|||
optional int32 guildId = 1;//工会id
|
||||
optional int32 exploreKillMonsterNum = 2;//探索活动杀敌数
|
||||
}
|
||||
|
||||
message DesireDrawCardRequest{
|
||||
optional int32 type = 1;//卡池类型
|
||||
optional int32 tempId = 2;//物品id
|
||||
}
|
||||
|
||||
message DesireDrawCardResponse{
|
||||
optional int32 type = 1;//卡池类型
|
||||
optional int32 tempId = 2;//物品id
|
||||
}
|
||||
|
|
@ -1537,6 +1537,9 @@ enum MessageType{
|
|||
MAGIC_SOLDIER_EXCHANGE_REQUEST = 3050221;//阵上更换位置
|
||||
MAGIC_SOLDIER_EXCHANGE_RESPONSE = 3050222;
|
||||
|
||||
DESIRE_DRAW_CARD_REQUEST = 3050223;
|
||||
DESIRE_DRAW_CARD_RESPONSE = 3050224;
|
||||
|
||||
//==========================================================800000起为global 协议==========================================================
|
||||
|
||||
GetWorldServerRequest = 800001;//获取世界服ip
|
||||
|
|
|
|||
Loading…
Reference in New Issue