GC-Proto/proto/TakeInvestigationRewardReq....

9 lines
225 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: 25416ok or 2516x or 25450 or 9438 or 20310 or 23959 or 20220
// Obf: MKCBNOMFKMB
2023-04-16 19:40:21 +03:00
message TakeInvestigationRewardReq {
2024-07-05 00:44:58 +03:00
uint32 id = 7;
2023-04-16 19:40:21 +03:00
}