From 293572750c02a9ef4997b01f666a9f41ac95615f Mon Sep 17 00:00:00 2001 From: duhui Date: Sat, 18 Feb 2023 16:50:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=95=E7=9B=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/PlayerInfoProto.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 5e1abba..fbcba1f 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -1277,6 +1277,7 @@ import "CommonProto.proto"; optional string faxiangID = 1;//法相id optional int32 targetLv = 2;//目标等级 optional int32 action = 3;//动作,1强化:2升星 + repeated string costID = 4;//消耗的法相id } message GetAllFaxiangEquipRequest{