From 2c2c07454a1c6698b7923005d7c87bd22cca3a12 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 30 May 2022 08:35:24 +0800 Subject: [PATCH] 1 --- assets/resources/proto/battle/cs_proto.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/resources/proto/battle/cs_proto.proto b/assets/resources/proto/battle/cs_proto.proto index 98935f6c..2b3829da 100644 --- a/assets/resources/proto/battle/cs_proto.proto +++ b/assets/resources/proto/battle/cs_proto.proto @@ -539,6 +539,7 @@ message MFHeroStats optional int32 hero_id = 3 [default = 0]; optional int32 reward_ceg = 4 [default = 0]; optional int32 ceg_uplimit = 5 [default = 0]; + optional int32 today_get_ceg = 6 [default = 0]; } message MFWeaponStats @@ -548,6 +549,7 @@ message MFWeaponStats optional int32 weapon_id = 3 [default = 0]; optional int32 reward_ceg = 4 [default = 0]; optional int32 ceg_uplimit = 5 [default = 0]; + optional int32 today_get_ceg = 6 [default = 0]; } message MFPlayerStats