GC-Proto/proto/AvatarChangeAnimHashRsp.proto
2023-02-28 09:12:44 +08:00

14 lines
224 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: AEMAPIINBLO
// CmdId: 1694
message AvatarChangeAnimHashRsp {
uint32 anim_hash = 1;
uint64 avatar_guid = 11;
int32 retcode = 8;
}