NahidaImpact/NahidaImpact.Protocol/PlayerDataNotify.proto

13 lines
253 B
Protocol Buffer
Raw Permalink Normal View History

2024-01-04 13:48:39 +00:00
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;
}