13 lines
183 B
Protocol Buffer
13 lines
183 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
|
||
|
// CmdId: 645
|
||
|
// Name: MAMGPDIODOE
|
||
|
message BuyResinRsp {
|
||
|
uint32 cur_value = 9;
|
||
|
int32 retcode = 13;
|
||
|
}
|
||
|
|