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

7 lines
No EOL
105 B
Protocol Buffer

syntax = "proto3";
message AvatarChangeAnimHashReq {
uint32 anim_hash = 11;
uint64 avatar_guid = 2;
}