9 lines
115 B
Protocol Buffer
9 lines
115 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
|
||
|
|
||
|
message WearEquipRsp {
|
||
|
uint64 avatar_guid = 9;
|
||
|
int32 retcode = 8;
|
||
|
uint64 equip_guid = 5;
|
||
|
}
|