8 lines
116 B
Protocol Buffer
8 lines
116 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
import "PropValue.proto";
|
|
|
|
message PlayerPropNotify {
|
|
map<uint32, PropValue> prop_map = 13;
|
|
}
|