mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 10:00:12 +03:00
Update proto 3.3
This commit is contained in:
@@ -22,6 +22,11 @@ import "ItemParam.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message ShopCardProduct {
|
||||
message ResinCard {
|
||||
repeated ItemParam base_item_list = 1;
|
||||
repeated ItemParam per_day_item_list = 2;
|
||||
}
|
||||
|
||||
string product_id = 1;
|
||||
string price_tier = 2;
|
||||
uint32 mcoin_base = 3;
|
||||
@@ -32,9 +37,4 @@ message ShopCardProduct {
|
||||
oneof extra_card_data {
|
||||
ResinCard resin_card = 101;
|
||||
}
|
||||
|
||||
message ResinCard {
|
||||
repeated ItemParam base_item_list = 1;
|
||||
repeated ItemParam per_day_item_list = 2;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user