mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +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;
|
|
}
|
|
|