mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 18:10:13 +03:00
Update proto 3.3
This commit is contained in:
@@ -21,13 +21,18 @@ import "PropValue.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 190
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message PlayerDataNotify {
|
||||
uint64 server_time = 7;
|
||||
string nick_name = 8;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 147;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// }
|
||||
|
||||
bool is_first_login_today = 12;
|
||||
uint32 region_id = 6;
|
||||
map<uint32, PropValue> prop_map = 15;
|
||||
string nick_name = 9;
|
||||
uint64 server_time = 1;
|
||||
map<uint32, PropValue> prop_map = 4;
|
||||
uint32 region_id = 2;
|
||||
}
|
||||
|
Reference in New Issue
Block a user