6 lines
No EOL
100 B
Protocol Buffer
6 lines
No EOL
100 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message SetPlayerBornDataReq {
|
|
string nick_name = 3;
|
|
uint32 avatar_id = 6;
|
|
} |