mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-09-02 12:33:25 +00:00
14 lines
328 B
C++
14 lines
328 B
C++
#include "FortVehicleInfoIndicatorWidget.h"
|
|
|
|
void UFortVehicleInfoIndicatorWidget::SetVehicle(AFortAthenaVehicle* NewVehicle) {
|
|
}
|
|
|
|
void UFortVehicleInfoIndicatorWidget::OnVehicleHealthChanged_Implementation() {
|
|
}
|
|
|
|
|
|
UFortVehicleInfoIndicatorWidget::UFortVehicleInfoIndicatorWidget() {
|
|
this->TimeToHideWhenDamaged = 3.00f;
|
|
}
|
|
|