GC-Proto/proto/RechargeRsp.proto

14 lines
219 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: NDGDDBCEOPC
// CmdId: 4143
message RechargeRsp {
string product_id = 11;
bool is_show_minors_hint = 1;
int32 retcode = 9;
}