11 lines
185 B
Protocol Buffer
11 lines
185 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
|
||
|
import "SceneTeamAvatar.proto";
|
||
|
|
||
|
message SceneTeamUpdateNotify {
|
||
|
// CMD_ID = 5835
|
||
|
repeated SceneTeamAvatar scene_team_avatar_list = 11;
|
||
|
bool is_in_mp = 14;
|
||
|
}
|