12 lines
253 B
Protocol Buffer
12 lines
253 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
import "PropValue.proto";
|
|
// CmdId: 1969
|
|
// Obf: PAFKAIFBANO
|
|
message PlayerDataNotify {
|
|
string nick_name = 2;
|
|
bool is_first_login_today = 6;
|
|
uint32 region_id = 11;
|
|
map<uint32, PropValue> prop_map = 12;
|
|
uint64 server_time = 1;
|
|
}
|