8 lines
125 B
Protocol Buffer
8 lines
125 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
|
||
|
message AvatarWearFlycloakRsp {
|
||
|
uint64 avatar_guid = 1;
|
||
|
uint32 flycloak_id = 4;
|
||
|
int32 retcode = 12;
|
||
|
}
|