1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-04-08 18:16:08 +03:00
GC-Proto/proto/TakeInvestigationTargetRewardRsp.proto
2024-07-05 05:44:58 +08:00

10 lines
204 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// 4.7.0
// CmdId: 25452
// Obf: EBFMICFMNEN
message TakeInvestigationTargetRewardRsp {
uint32 quest_id = 10;
int32 retcode = 15;
}