diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index 089c886..f850c12 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -643,7 +643,9 @@ option optimize_for = SPEED; optional int32 headFrame = 3; optional string head = 4; optional int32 serverId =5; - optional int32 rank = 6; + optional int32 level = 6; + optional int32 rank = 7; + optional int32 score = 8; } \ No newline at end of file