GC-Proto/proto/RechargeRsp.proto

13 lines
226 B
Protocol Buffer
Raw Normal View History

2024-06-02 08:33:33 +03:00
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;
}