8 lines
154 B
Protocol Buffer
8 lines
154 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
import "PropValue.proto";
|
|
// CmdId: 2101
|
|
// Obf: CJFCLNEAHME
|
|
message WorldDataNotify {
|
|
map<uint32, PropValue> world_prop_map = 14;
|
|
}
|