GC-Proto/proto/QueryCodexMonsterBeKilledNu...

12 lines
316 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-07-08 14:40:31 +03:00
// 4.7.0
// CmdId: 28880
// Obf: IKKNPDPEIHL
2022-11-06 15:30:21 +03:00
message QueryCodexMonsterBeKilledNumRsp {
2024-07-08 14:40:31 +03:00
repeated uint32 be_killed_num_list = 13; // sus
repeated uint32 be_captured_num_list = 14; // sus
int32 retcode = 5;
repeated uint32 codex_id_list = 15;
2022-11-06 15:30:21 +03:00
}