GC-Proto/proto/PlayerPropNotify.proto

8 lines
165 B
Protocol Buffer

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