NahidaImpact/NahidaImpact.Protocol/ShopMcoinProduct.proto

13 lines
239 B
Protocol Buffer
Raw Permalink Normal View History

2024-01-04 13:48:39 +00:00
syntax = "proto3";
// Obf: BNMNBLNCBIG
message ShopMcoinProduct {
string product_id = 1;
string price_tier = 2;
uint32 mcoin_base = 3;
uint32 mcoin_non_first = 4;
uint32 mcoin_first = 5;
uint32 bought_num = 6;
bool is_audit = 7;
}