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

8 lines
158 B
C++
Executable file

#include "ShotMultiplier.h"
FShotMultiplier::FShotMultiplier() {
this->Undercharge = 0.00f;
this->Overcharge = 0.00f;
this->TriBurst = false;
}