NahidaImpact/NahidaImpact.Protocol/WorldPlayerInfoNotify.proto

12 lines
301 B
Protocol Buffer
Raw Permalink Normal View History

2024-01-04 13:48:39 +00:00
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;
}