增加登录天数协议

This commit is contained in:
hahwu 2025-06-03 14:58:02 +08:00
parent 3cc3a16ac7
commit f404309092
2 changed files with 2 additions and 1 deletions

View File

@ -301,6 +301,7 @@ message ResPlayerAsset{
int32 Login = 8;
int32 Logout = 9;
int32 PExp = 10; //
int32 LoginDay = 11; //
}
//

View File

@ -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",