GC-Proto/proto/MonsterAIConfigHashNotify.p...

14 lines
223 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 3467
// Name: MEGNOIJENKI
message MonsterAIConfigHashNotify {
uint32 entity_id = 3;
int32 hash_value = 4;
uint32 job_id = 8;
}