Files
FNGameProj/Source/FortniteUI/Private/GooseRadarWidgetBase.cpp
2024-01-21 00:41:14 +01:00

10 lines
200 B
C++

#include "GooseRadarWidgetBase.h"
void UGooseRadarWidgetBase::OnPlaneRep(const TArray<AFortAthenaVehicle*>& Planes) {
}
UGooseRadarWidgetBase::UGooseRadarWidgetBase() {
this->MyPanel = NULL;
}