1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-04-16 14:06:07 +03:00
GC-Proto/proto/EntityPropNotify.proto
2024-05-28 18:52:04 +08:00

11 lines
213 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "PropValue.proto";
// 4.6.0
// CmdId: 9051
message EntityPropNotify {
map<uint32, PropValue> prop_map = 10;
uint32 entity_id = 14;
}