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

14 lines
336 B
C++
Executable file

#include "BoomerangMover.h"
FBoomerangMover::FBoomerangMover() {
this->Speed = 0.00f;
this->TimeScale = 0.00f;
this->TickRate = 0.00f;
this->TickTime = 0.00f;
this->AccumulatedTime = 0.00f;
this->TotalTime = 0.00f;
this->StartSmoothTime = 0.00f;
this->ArcCurve = NULL;
this->IsGoingBack = false;
}