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:
@@ -19,14 +19,19 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 1473
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message GetAuthkeyRsp {
|
||||
string auth_appid = 4;
|
||||
uint32 sign_type = 15;
|
||||
int32 retcode = 6;
|
||||
uint32 authkey_ver = 9;
|
||||
string game_biz = 11;
|
||||
string authkey = 3;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 1478;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// }
|
||||
|
||||
int32 retcode = 8;
|
||||
string authkey = 6;
|
||||
uint32 Unk3300_DODLFCNOAMB = 13;
|
||||
uint32 Unk3300_FGBHHPOKCJH = 3;
|
||||
string auth_appid = 7;
|
||||
string game_biz = 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user