13 lines
204 B
Protocol Buffer
13 lines
204 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
|
||
|
// CmdId: 1930
|
||
|
// Name: IHKDFEAHNJI
|
||
|
message TakeInvestigationTargetRewardRsp {
|
||
|
uint32 quest_id = 9;
|
||
|
int32 retcode = 15;
|
||
|
}
|
||
|
|