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

12 lines
271 B
C++
Executable file

#include "TracerData.h"
FTracerData::FTracerData() {
this->MainParticle = NULL;
this->TrailParticle = NULL;
this->Speed = 0.00f;
this->WhizbySound = NULL;
this->WhizBySoundCooldown = 0.00f;
this->Offset = 0.00f;
this->MinDistance = 0.00f;
}