8 lines
No EOL
115 B
Protocol Buffer
8 lines
No EOL
115 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
message ChangeAvatarRsp {
|
|
int32 retcode = 10;
|
|
uint64 cur_guid = 11;
|
|
uint32 skill_id = 14;
|
|
} |