Update proto 3.3 (fix5)

* including v4
This update comes from Sorapointa-Protos which was updated by Asnxthaony (5aa1ffb)
This commit is contained in:
Akbar Yahya
2022-12-12 17:28:14 +08:00
parent 80abe46342
commit 336c3a2931
70 changed files with 185 additions and 185 deletions

View File

@@ -25,8 +25,8 @@ option java_package = "emu.grasscutter.net.proto";
message BartenderActivityDetailInfo {
bool is_content_closed = 15;
repeated BartenderLevelInfo unlock_level_list = 10;
repeated uint32 Unk3300_BPCBOANPBHF = 3;
repeated uint32 Unk3300_OGPLCBFDHCF = 6;
repeated uint32 unlock_item_list = 3;
repeated uint32 unlock_formula_list = 6;
repeated BartenderTaskInfo unlock_task_list = 5;
bool is_develop_module_open = 9;
}