GC-Proto/proto/PlayerPropNotify.proto
2023-04-11 16:18:47 +08:00

13 lines
205 B
Protocol Buffer

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