13 lines
226 B
Protocol Buffer
13 lines
226 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
// CmdId: 1499
|
||
|
// Version: 4.6.0
|
||
|
// Obfs: HEJONAIGBBM
|
||
|
message RechargeRsp {
|
||
|
string product_id = 3;
|
||
|
bool is_show_minors_hint = 6;
|
||
|
int32 retcode = 11;
|
||
|
}
|