mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 18:10:13 +03:00
update proto 3.5 part 1
This commit is contained in:
@@ -2,22 +2,15 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
|
||||
import "PropValue.proto";
|
||||
|
||||
// Name: PEEAAFJMOOH
|
||||
// CmdId: 182
|
||||
message PlayerDataNotify {
|
||||
//enum OKEHMENIGCG {
|
||||
// option allow_alias= true;
|
||||
// NONE = 0;
|
||||
// PEPPOHPHJOJ = 170;
|
||||
// DCDNILFDFLB = 0;
|
||||
// NNBKOLMPOEA = 1;
|
||||
//}
|
||||
|
||||
string nickName = 11;
|
||||
uint32 regionId = 9;
|
||||
uint64 serverTime = 3;
|
||||
bool isFirstLoginToday = 7;
|
||||
map<uint32, PropValue> propMap = 5;
|
||||
uint64 server_time = 9;
|
||||
string nick_name = 6;
|
||||
map<uint32, PropValue> prop_map = 8;
|
||||
bool is_first_login_today = 11;
|
||||
uint32 region_id = 15;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user