syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "PropValue.proto";
// CmdId: 127
// EnetChannelId: 0
// EnetIsReliable: true
message PlayerPropNotify {
map<uint32, PropValue> prop_map = 10;
}