NahidaImpact/NahidaImpact.Protocol/WearEquipRsp.proto
2024-01-04 16:48:39 +03:00

9 lines
No EOL
115 B
Protocol Buffer

syntax = "proto3";
message WearEquipRsp {
uint64 avatar_guid = 9;
int32 retcode = 8;
uint64 equip_guid = 5;
}