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

12 lines
243 B
C++

#include "AthenaBossHealthData.h"
FAthenaBossHealthData::FAthenaBossHealthData() {
this->bVisible = false;
this->bShowShields = false;
this->Health = 0;
this->HealthMax = 0;
this->Shields = 0;
this->ShieldsMax = 0;
}