英雄回溯

master_huanxiang
wangyuan 2019-10-08 14:17:25 +08:00
parent ad514a3370
commit 12b35f1014
2 changed files with 11 additions and 0 deletions

View File

@ -162,3 +162,11 @@ import "CommonProto.proto";
optional Drop drop = 1;//
optional int32 pos = 2;
}
message HeroReturnRequest{
optional string heroId = 1;
}
message HeroReturnResponse{
optional Drop drop =1;
}

View File

@ -404,6 +404,9 @@ enum MessageType{
HERO_COMPOSE_REQUEST = 10703; //
HERO_COMPOSE_RESPONSE = 10704;
HERO_RETURN_REQUEST = 10705; //
HERO_RETURN_RESPONSE = 10706;
// I 10800
// J 10900
// K 11000