Files
UnrealEvent/Project/Source/FortniteGame/Private/FortAthenaMutator_HealthAndShield.cpp
2026-04-22 15:51:07 +02:00

11 lines
327 B
C++

#include "FortAthenaMutator_HealthAndShield.h"
AFortAthenaMutator_HealthAndShield::AFortAthenaMutator_HealthAndShield() {
this->NumericalMutatorOverride = EAthenaMutatorEvaluators::NoOverride;
this->MaxHealth = 0.00f;
this->StartingHealth = 0.00f;
this->MaxShield = 0.00f;
this->StartingShield = 0.00f;
}