GC-Proto/proto/PlayerPropNotify.proto

10 lines
189 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "PropValue.proto";
// 4.6.0
// CmdId: 26336
message PlayerPropNotify {
map<uint32, PropValue> prop_map = 9;
}