GC-Proto/proto/GetAuthkeyReq.proto

13 lines
226 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;
}