1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-04-09 10:36:08 +03:00
GC-Proto/proto/RechargeRsp.proto
2024-06-02 13:33:33 +08:00

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;
}