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

8 lines
No EOL
126 B
Protocol Buffer

syntax = "proto3";
message AvatarChangeAnimHashRsp {
int32 retcode = 14;
uint32 anim_hash = 4;
uint64 avatar_guid = 15;
}