mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 19:10:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -21,23 +21,28 @@ import "ResVersionConfig.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 167
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message DataResVersionNotify {
|
||||
string client_silence_md5 = 10;
|
||||
string client_silence_version_suffix = 15;
|
||||
ResVersionConfig res_version_config = 9;
|
||||
bool is_data_need_relogin = 7;
|
||||
DataResVersionOpType op_type = 12;
|
||||
uint32 client_data_version = 2;
|
||||
string client_version_suffix = 5;
|
||||
uint32 client_silence_data_version = 1;
|
||||
string client_md5 = 14;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 153;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// }
|
||||
|
||||
enum DataResVersionOpType {
|
||||
DATA_RES_VERSION_OP_TYPE_NONE = 0;
|
||||
DATA_RES_VERSION_OP_TYPE_RELOGIN = 1;
|
||||
DATA_RES_VERSION_OP_TYPE_MP_RELOGIN = 2;
|
||||
}
|
||||
|
||||
uint32 client_silence_data_version = 13;
|
||||
DataResVersionOpType op_type = 6;
|
||||
string client_silence_version_suffix = 3;
|
||||
string client_version_suffix = 9;
|
||||
bool is_data_need_relogin = 15;
|
||||
string Unk3300_HMGCPAGLDHB = 12;
|
||||
uint32 client_data_version = 5;
|
||||
string Unk3300_OPGDBOLKLJA = 2;
|
||||
ResVersionConfig res_version_config = 7;
|
||||
}
|
||||
|
Reference in New Issue
Block a user