11 lines
301 B
Protocol Buffer
11 lines
301 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
import "PlayerWidgetInfo.proto";
|
|
import "OnlinePlayerInfo.proto";
|
|
// CmdId: 21934
|
|
// Obf: ALKKKAANPAJ
|
|
message WorldPlayerInfoNotify {
|
|
repeated uint32 player_uid_list = 14;
|
|
repeated PlayerWidgetInfo player_widget_info_list = 3;
|
|
repeated OnlinePlayerInfo player_info_list = 12;
|
|
}
|