NahidaImpact/NahidaImpact.Protocol/AvatarChangeAnimHashReq.proto

7 lines
105 B
Protocol Buffer
Raw Normal View History

2024-01-04 13:48:39 +00:00
syntax = "proto3";
message AvatarChangeAnimHashReq {
uint32 anim_hash = 11;
uint64 avatar_guid = 2;
}