NahidaImpact/NahidaImpact.Protocol/WorldPlayerInfoNotify.proto
2024-01-04 16:48:39 +03:00

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;
}