diff --git a/protos/Family.proto b/protos/Family.proto index f0f547c..2e0219b 100644 --- a/protos/Family.proto +++ b/protos/Family.proto @@ -106,6 +106,7 @@ import "CommonProto.proto"; repeated FamilyWalkIndicaiton familyWalkIndicaiton =3;// 玩家走路信息 optional int32 guildBossId = 4; // 当前工会bossId 0表示功能暂时关闭 optional CarDelayProgressIndication carDelayProgressIndication = 5 ;// 车迟玩法时间信息 + optional int32 carPlayTime = 6;//车迟上次玩的时间 }