10 lines
157 B
Protocol Buffer
10 lines
157 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
import "AvatarInfo.proto";
|
||
|
// CmdId: 7458
|
||
|
// Obf: MLOIBCFBPKN
|
||
|
message AvatarAddNotify {
|
||
|
AvatarInfo avatar = 5;
|
||
|
bool is_in_team = 13;
|
||
|
}
|