GC-Proto/proto/TakeInvestigationTargetRewa...

10 lines
204 B
Protocol Buffer
Raw Normal View History

2023-04-16 19:40:21 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-07-05 00:44:58 +03:00
// 4.7.0
// CmdId: 25452
// Obf: EBFMICFMNEN
2023-04-16 19:40:21 +03:00
message TakeInvestigationTargetRewardRsp {
2024-07-05 00:44:58 +03:00
uint32 quest_id = 10;
int32 retcode = 15;
2023-04-16 19:40:21 +03:00
}