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