GC-Proto/proto/AvatarChangeAnimHashReq.proto

11 lines
195 B
Protocol Buffer
Raw Normal View History

2024-05-22 14:51:09 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-07-08 14:33:48 +03:00
// 4.7.0
// CmdId: 29050
// PCBLKNOGPEC
2024-05-22 14:51:09 +03:00
message AvatarChangeAnimHashReq {
2024-07-08 14:33:48 +03:00
uint64 avatar_guid = 6;
uint32 anim_hash = 7;
}