8 lines
135 B
Protocol Buffer
8 lines
135 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
// CmdId: 24005
|
|
// Obf: LDBEMEAFJOG
|
|
message AvatarBuffAddNotify {
|
|
uint64 avatar_guid = 15;
|
|
uint32 buff_id = 1;
|
|
}
|