mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 11:00:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -25,12 +25,12 @@ import "ShopMcoinProduct.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message Shop {
|
||||
repeated ShopConcertProduct concert_product_list = 3;
|
||||
repeated ShopGoods goods_list = 15;
|
||||
uint32 city_reputation_level = 2;
|
||||
repeated ShopCardProduct card_product_list = 14;
|
||||
uint32 shop_type = 1;
|
||||
uint32 next_refresh_time = 5;
|
||||
uint32 city_id = 12;
|
||||
uint32 city_reputation_level = 8;
|
||||
repeated ShopGoods goods_list = 3;
|
||||
repeated ShopCardProduct card_product_list = 11;
|
||||
repeated ShopConcertProduct concert_product_list = 9;
|
||||
repeated ShopMcoinProduct mcoin_product_list = 7;
|
||||
uint32 next_refresh_time = 11;
|
||||
uint32 city_id = 10;
|
||||
uint32 shop_type = 13;
|
||||
}
|
||||
|
Reference in New Issue
Block a user