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

@@ -22,9 +22,9 @@ import "ItemParam.proto";
option java_package = "emu.grasscutter.net.proto";
message HomeLimitedShopGoods {
uint32 Unk3300_EHKFICBACKC = 8;
uint32 Unk3300_OODCCOAIGHI = 10;
uint32 Unk3300_DBJCMMBHBNI = 12;
uint32 buy_limit = 8;
uint32 disable_type = 10;
uint32 goods_id = 12;
uint32 bought_num = 5;
ItemParam goods_item = 2;
repeated ItemParam cost_item_list = 4;