命格协议修改

master_huanxiang
yuanshuai 2021-12-07 14:33:38 +08:00
parent eee8bcedd5
commit e11cdac272
1 changed files with 2 additions and 6 deletions

View File

@ -511,9 +511,7 @@ import "CommonProto.proto";
// //
message LifeStoneUpResponse{ message LifeStoneUpResponse{
optional int32 gridId = 1;//id optional LifeGridInfo lifeGridInfo = 1;//
optional int32 gridIndex = 2;//
optional int32 itemId = 3;//id
} }
//穿/ //穿/
@ -526,9 +524,7 @@ import "CommonProto.proto";
// //
message LifeGridChangeResponse{ message LifeGridChangeResponse{
optional int32 gridId = 1;//id optional LifeGridInfo lifeGridInfo = 1;//
optional int32 gridIndex = 2;//
optional int32 itemId = 3;//id
} }