DRG-Femboy-Voice/Source/FSD/Private/MicrowaveLense.cpp
2025-04-15 12:39:31 -07:00

9 lines
222 B
C++
Executable file

#include "MicrowaveLense.h"
FMicrowaveLense::FMicrowaveLense() {
this->ShotRadiusMultiplier = 0.00f;
this->ShotBonusDamageModifier = 0.00f;
this->HeatModifier = 0.00f;
this->RateOfFireModifier = 0.00f;
}