Merge branch 'master' of http://60.1.1.230/backend/jieling_protocol
commit
2abb0fb55f
|
|
@ -24,6 +24,13 @@ import "CommonProto.proto";
|
|||
optional int32 time = 3; //记录时间
|
||||
}
|
||||
|
||||
message FamilyWalkIndicaiton{
|
||||
repeated int32 path =1 ; // 行走路线
|
||||
optional int32 curPos = 2 ; // 位置
|
||||
optional int32 uid = 3 ;//玩家uid
|
||||
optional string name =4; // 玩家名称
|
||||
}
|
||||
|
||||
message FamilyApply{
|
||||
optional string name = 1; // 玩家名称
|
||||
optional int32 roleUid = 2; // 申请人ID
|
||||
|
|
@ -202,10 +209,3 @@ import "CommonProto.proto";
|
|||
repeated int32 path =1;// 行走路线
|
||||
}
|
||||
|
||||
message FamilyWalkIndicaiton{
|
||||
repeated int32 path =1 ; // 行走路线
|
||||
optional int32 curPos = 2 ; // 位置
|
||||
optional int32 uid = 3 ;//玩家uid
|
||||
optional string name =4; // 玩家名称
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue