11 lines
206 B
Protocol Buffer
11 lines
206 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
// Version: 5.0
|
||
|
// CmdID: 24897
|
||
|
|
||
|
message OLPMFDHIMCH {
|
||
|
uint32 target_uid = 9;
|
||
|
int32 retcode = 11;
|
||
|
uint32 param = 13;
|
||
|
}
|