Grasscutter/proto/GetAuthkeyReq.proto

10 lines
167 B
Protocol Buffer
Raw Normal View History

2022-04-17 12:43:07 +00:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message GetAuthkeyReq {
string authAppid = 1;
uint32 signType = 2;
uint32 authkeyVer = 3;
}