mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-26 16:39:26 +03:00
12 lines
259 B
Protocol Buffer
12 lines
259 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
// 4.6.0
|
|
// CmdId: 28960
|
|
message GetPlayerTokenReq {
|
|
uint32 platform_type = 7;
|
|
string account_uid = 9;
|
|
uint32 key_id = 550;
|
|
string client_rand_key = 1605;
|
|
string account_token = 14;
|
|
} |