8 lines
158 B
C++
Executable file
8 lines
158 B
C++
Executable file
#include "ShotMultiplier.h"
|
|
|
|
FShotMultiplier::FShotMultiplier() {
|
|
this->Undercharge = 0.00f;
|
|
this->Overcharge = 0.00f;
|
|
this->TriBurst = false;
|
|
}
|
|
|