GC-Proto/proto/EntityPropNotify.proto
2023-04-11 11:14:48 +08:00

14 lines
233 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "PropValue.proto";
// CmdId: 1290
// Name: AMLBFLIFIKP
message EntityPropNotify {
map<uint32, PropValue> prop_map = 13;
uint32 entity_id = 2;
}