Files
FNGameProj/Source/FortniteGame/Private/FortAthenaMutator_HealthAndShield.cpp
2024-01-21 00:41:14 +01: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;
}