|
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
import "PropValue.proto";
|
|
|
|
message PlayerDataNotify {
|
|
uint32 region_id = 3;
|
|
map<uint32, PropValue> prop_map = 5;
|
|
string nick_name = 1;
|
|
bool is_first_login_today = 9;
|
|
uint64 server_time = 7;
|
|
}
|