update
This commit is contained in:
parent
56633e0ddf
commit
63eadb8697
File diff suppressed because it is too large
Load Diff
|
@ -318,6 +318,7 @@ message PlayerData {
|
|||
int32 Age = 47; // 年龄
|
||||
repeated WeekInfo WeekCard = 48;//周卡
|
||||
repeated int32 RequestAddFriend = 49;//请求添加好友信息
|
||||
int64 Long = 50; // 龙币
|
||||
}
|
||||
|
||||
//周卡数据
|
||||
|
@ -360,6 +361,7 @@ message SCPlayerDataUpdate {
|
|||
map<int32,int64> RankScore = 12; // 排位积分
|
||||
int64 PhoneScore = 13; //手机积分
|
||||
int64 InviteScore = 14; // 邀请积分
|
||||
int64 Long = 15; // 龙币
|
||||
}
|
||||
|
||||
//获取第三方玩家信息
|
||||
|
|
Loading…
Reference in New Issue