playroom协议

This commit is contained in:
hahwu 2025-07-25 18:22:57 +08:00
parent f500eb9952
commit 8d6851140e
2 changed files with 8 additions and 1 deletions

View File

@ -2141,6 +2141,13 @@ message NotifyPlayroomMood{
int32 AllMood = 1; //
map<int32, int32> Mood = 2; // <, >
map<int32, int32> Physiology = 3; // <, >
repeated AdItem AdItem = 4; // 广
}
message AdItem {
int32 Watch = 1; //
int32 LastWatch = 2; //
int32 ItemId = 3; // id
}
message NotifyPlayroomKiss{

View File

@ -603,7 +603,7 @@
"out_file": "PlayroomShop.json",
"key": "Id",
"sheet_name" :"Shop",
"fields" :["Type", "ItemId", "Cost","Wish"]
"fields" :["Type", "ItemId", "Cost","Wish", "Cooldown", "Dailystorage"]
},
{
"in_file": "Playroom.xlsx",