mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 18:10:13 +03:00
Update v1
This commit is contained in:
@@ -4,13 +4,13 @@ option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "PropValue.proto";
|
||||
|
||||
// Name: PEEAAFJMOOH
|
||||
// CmdId: 182
|
||||
// CmdId: 172
|
||||
// Name: GFFABHLMEIA
|
||||
message PlayerDataNotify {
|
||||
uint64 server_time = 9;
|
||||
string nick_name = 6;
|
||||
map<uint32, PropValue> prop_map = 8;
|
||||
bool is_first_login_today = 11;
|
||||
uint32 region_id = 15;
|
||||
bool is_first_login_today = 7;
|
||||
uint32 region_id = 8;
|
||||
uint64 server_time = 5;
|
||||
map<uint32, PropValue> prop_map = 4;
|
||||
string nick_name = 3;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user