|
@@ -288,8 +288,9 @@ message G2C_TriggrBattleFunction // IResponse
|
|
|
message RankInfo
|
|
|
{
|
|
|
string Name = 1; // 名称
|
|
|
- int64 Value = 2; // 贡献值
|
|
|
- int32 Ranking = 3; // 排名
|
|
|
+ string Url = 2; // 头像url
|
|
|
+ int64 Value = 3; // 贡献值
|
|
|
+ int32 Ranking = 4; // 排名
|
|
|
}
|
|
|
|
|
|
message G2C_RankNotify // IActorMessage
|