8 lines
186 B
Protocol Buffer
8 lines
186 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option csharp_namespace = "FurinaImpact.Protocol";
|
||
|
message GetPlayerTokenReq {
|
||
|
string online_id = 13;
|
||
|
string client_rand_key = 911;
|
||
|
uint32 platform_type = 10;
|
||
|
}
|