GC-Proto/proto/PlayerPropNotify.proto

13 lines
205 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "PropValue.proto";
// Name: MLANEGFDFME
// CmdId: 107
message PlayerPropNotify {
map<uint32, PropValue> prop_map = 6;
}