GC-Proto/proto/PlayerPropNotify.proto

8 lines
174 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "PropValue.proto";
// 4.7.0
message PlayerPropNotify {
map<uint32, PropValue> prop_map = 13;
}