update
This commit is contained in:
parent
2d2bfb830d
commit
18a7114f61
|
@ -23,5 +23,6 @@
|
|||
"ClosePreCreateRoom": true,
|
||||
"AgoraAddress": "http://47.105.78.29:8081",
|
||||
"InviteUrl": "http://47.105.78.29:8000/",
|
||||
"RankTimeout": 2
|
||||
"RankTimeout": 2,
|
||||
"PermitInitScore": 1234
|
||||
}
|
File diff suppressed because it is too large
Load Diff
|
@ -202,6 +202,9 @@ message PlayerData{
|
|||
string Channel = 53; // 首次安装渠道
|
||||
string LastChannel = 54; // 最近使用的包渠道
|
||||
repeated ItemInfo Items = 55; // 背包物品
|
||||
bool IsPermit = 56; // 是否已购买典藏通行证
|
||||
int64 Long = 57; // 龙币数量
|
||||
int64 PermitScore = 58; // 赛季通行证积分
|
||||
}
|
||||
|
||||
message RoomInfo{
|
||||
|
|
Loading…
Reference in New Issue