diff --git a/protos/MapInfoProto.proto b/protos/MapInfoProto.proto index 1f221c6..5150c98 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -227,7 +227,7 @@ import "CommonProto.proto"; // 试炼使用炸弹 message MapTowerUseBombResponse{ //精气值 - optional int32 = 1; + optional int32 essenceValue = 1; // 奖励 optional Drop drop = 2; } \ No newline at end of file