mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-04-29 04:03:13 +03:00
13 lines
287 B
Protocol Buffer
13 lines
287 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
// 4.6.0
|
|
// CmdId: 27601
|
|
message PlayerLoginReq {
|
|
string device_info = 9;
|
|
string device_name = 13;
|
|
string system_version = 12;
|
|
uint32 platform_type = 7;
|
|
string token = 1;
|
|
string checksum_client_version = 868;
|
|
} |