GC-Proto/proto/QueryCodexMonsterBeKilledNu...

9 lines
196 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: 21437
// Obf: GMFOBFGAGCF
2022-11-06 15:30:21 +03:00
message QueryCodexMonsterBeKilledNumReq {
2024-07-08 14:40:31 +03:00
repeated uint32 codex_id_list = 15;
2022-11-06 15:30:21 +03:00
}