GC-Proto/proto/InvestigationMonsterUpdateN...

11 lines
269 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
import "InvestigationMonster.proto";
2024-07-05 00:44:58 +03:00
// 4.7.0
// CmdId: 2443
// Obf: HIDDCDKDOKM
2022-11-06 15:30:21 +03:00
message InvestigationMonsterUpdateNotify {
2024-07-05 00:44:58 +03:00
bool EPLBKADEEMO = 5;
InvestigationMonster investigation_monster = 10;
2022-11-06 15:30:21 +03:00
}