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

13 lines
299 B
C++
Executable file

#include "FakeSawMover.h"
FFakeSawMover::FFakeSawMover() {
this->VelOverTime = NULL;
this->SpeedCof = 0.00f;
this->TickRate = 0.00f;
this->TickTime = 0.00f;
this->AccumulatedTime = 0.00f;
this->TotalTime = 0.00f;
this->Moving = false;
this->GravityTimer = 0.00f;
}