diff --git a/protos/SceneFight.proto b/protos/SceneFight.proto index 6a3b590..dba3610 100644 --- a/protos/SceneFight.proto +++ b/protos/SceneFight.proto @@ -36,6 +36,9 @@ message SceneSimpleRankInfo{ optional int32 uid = 1 ; optional int32 score = 2 ;//最终的分数 optional int32 updateScore = 3 ;//变化的分数 + optional int32 head = 4; //头像 + optional int32 headFrame=5;//头像框 + optional int32 level= 6;//等级 } message SceneEndIndication{