英雄置换
parent
10af265bfb
commit
fb2a59d7a1
|
|
@ -214,10 +214,10 @@ import "CommonProto.proto";
|
|||
|
||||
message SaveHeroChangeRequest{
|
||||
optional string heroId = 1; //操作英雄id
|
||||
optional int32 heroTempId = 2; //置换的id
|
||||
}
|
||||
|
||||
message SaveHeroChangeResponse{
|
||||
optional int32 heroTempId = 2; //置换的id
|
||||
}
|
||||
|
||||
message CancelHeroChangeRequest{
|
||||
|
|
@ -230,7 +230,6 @@ import "CommonProto.proto";
|
|||
|
||||
message DoHeroChangeRequest{
|
||||
optional string heroId = 1; //操作英雄id
|
||||
optional int32 heroTempId = 2; //置换的id
|
||||
}
|
||||
|
||||
message DoHeroChangeResponse{
|
||||
|
|
|
|||
Loading…
Reference in New Issue