GC-Proto/proto/TakeInvestigationRewardRsp....

10 lines
191 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: 4841
// Obf: NIJGKFDJBIL ?
2023-04-16 19:40:21 +03:00
message TakeInvestigationRewardRsp {
2024-07-05 00:44:58 +03:00
int32 retcode = 4;
uint32 id = 8;
2023-04-16 19:40:21 +03:00
}