Files
2026-04-22 15:51:07 +02: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;
}