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