Update 3.3 (wow, a lot changed)

This commit is contained in:
Akbar Yahya
2022-12-05 19:41:24 +08:00
parent 238dd43a77
commit cf717aa6a0
2949 changed files with 32506 additions and 43050 deletions

View File

@@ -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;
}