车迟斗法积分改long类型

master_huanxiang
duhui 2022-03-10 10:03:51 +08:00
parent 39a8e70e09
commit 578e076695
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ import "CommonProto.proto";
optional string userName =2;
optional int32 force =3;
optional string guildName = 4;
optional int32 score = 5;
optional int64 score = 5;
optional int32 hadChallenge =6; // 12
optional int32 rank = 7;
repeated TeamSimpleInfo teamInfo = 8;