增加登录天数协议
This commit is contained in:
parent
3cc3a16ac7
commit
f404309092
@ -301,6 +301,7 @@ message ResPlayerAsset{
|
||||
int32 Login = 8;
|
||||
int32 Logout = 9;
|
||||
int32 PExp = 10; // 玩家经验
|
||||
int32 LoginDay = 11; // 登录天数
|
||||
}
|
||||
|
||||
//客户端向服务器请求更新基本信息条目(没有响应)
|
||||
|
||||
@ -92,7 +92,7 @@
|
||||
"out_file": "DecorateCost.json",
|
||||
"key": "Id",
|
||||
"sheet_name" :"DecorateCost",
|
||||
"fields" :["Id", "AreaId", "CostCount", "SortId"]
|
||||
"fields" :["Id", "AreaId", "CostCount", "SortId", "PetExp"]
|
||||
},
|
||||
{
|
||||
"in_file": "DecorateCost.xlsx",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user