diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index feb7818..0fbf3a8 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -709,6 +709,7 @@ import "CommonProto.proto"; message DailyChallengeResponse{ optional Drop drop = 1; optional FightData fightData = 2; + optional int32 result = 3;//胜为1 败为0 }