mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 11:53:38 +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;
|
|
}
|
|
|