物品上限

master_huanxiang
lvxinran 2019-12-19 18:21:22 +08:00
parent 27a3cb049c
commit 0073746e95
1 changed files with 1 additions and 3 deletions

View File

@ -684,9 +684,7 @@ import "CommonProto.proto";
optional int32 type = 1;//0 1 optional int32 type = 1;//0 1
} }
message CheckAdventureItemResponse{ message CheckAdventureItemResponse{
optional int32 itemId = 1; optional int32 itemId = 1;//1
optional int32 curCount = 2;
optional int32 maxCount =3;
} }