mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-28 19:27:53 +00:00
10 lines
261 B
C++
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;
|
|
}
|
|
|