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