9 lines
140 B
Protocol Buffer
9 lines
140 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
// CmdId: 824
|
||
|
// Obf: LNDKKJJEFBJ
|
||
|
message AvatarWearFlycloakReq {
|
||
|
uint32 flycloak_id = 10;
|
||
|
uint64 avatar_guid = 12;
|
||
|
}
|