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

10 lines
261 B
C++

#include "FortAthenaMutator_SiphonValues.h"
AFortAthenaMutator_SiphonValues::AFortAthenaMutator_SiphonValues() {
this->HealthSiphonValue = 0.00f;
this->WoodSiphonValue = 0.00f;
this->StoneSiphonValue = 0.00f;
this->MetalSiphonValue = 0.00f;
}