9 lines
157 B
Protocol Buffer
9 lines
157 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
// CmdId: 24745
|
|
// Obf: LPNGCMDGKEM
|
|
message AvatarDieAnimationEndRsp {
|
|
uint32 skill_id = 9;
|
|
int32 retcode = 3;
|
|
uint64 die_guid = 6;
|
|
}
|