GC-Proto/proto/TakeInvestigationRewardRsp.proto
2024-07-05 05:44:58 +08:00

10 lines
191 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// 4.7.0
// CmdId: 4841
// Obf: NIJGKFDJBIL ?
message TakeInvestigationRewardRsp {
int32 retcode = 4;
uint32 id = 8;
}