update
This commit is contained in:
parent
f795f7f876
commit
b99c38049f
File diff suppressed because it is too large
Load Diff
|
@ -205,6 +205,8 @@ message PlayerData{
|
||||||
bool IsPermit = 56; // 是否已购买典藏通行证
|
bool IsPermit = 56; // 是否已购买典藏通行证
|
||||||
int64 Long = 57; // 龙币数量
|
int64 Long = 57; // 龙币数量
|
||||||
int64 PermitScore = 58; // 赛季通行证积分
|
int64 PermitScore = 58; // 赛季通行证积分
|
||||||
|
int64 VCardCost = 59; // v卡消耗
|
||||||
|
int64 MoneyTotal = 60; // 充值总金额
|
||||||
}
|
}
|
||||||
|
|
||||||
message RoomInfo{
|
message RoomInfo{
|
||||||
|
|
Loading…
Reference in New Issue