mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-13 17:29:26 +03:00
13 lines
229 B
Protocol Buffer
13 lines
229 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
// CmdId: 20926
|
|
// Version: 4.6.0
|
|
// Obfs: HJKMHGJBGON
|
|
message GetAuthkeyReq {
|
|
string auth_appid = 4;
|
|
uint32 sign_type = 5;
|
|
uint32 authkey_ver = 14;
|
|
}
|