GC-Proto/proto/PlayerDataNotify.proto

15 lines
322 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
// CmdID: 7961
import "PropValue.proto";
message PlayerDataNotify {
string nick_name = 1;
bool is_first_login_today = 2;
uint32 region_id = 5;
map<uint32, PropValue> prop_map = 8;
uint64 server_time = 11;
}