10 lines
180 B
Protocol Buffer
10 lines
180 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
// Version: 5.0
|
||
|
// CmdID: 7378
|
||
|
|
||
|
message HCFAFDKAKGB {
|
||
|
uint32 npc_id = 1;
|
||
|
uint32 entity_id = 15;
|
||
|
}
|