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

12 lines
352 B
C++
Executable file

#include "FakeMoverTarget.h"
FFakeMoverTarget::FFakeMoverTarget() {
this->InfluenceDistance = 0.00f;
this->TargetDistance = 0.00f;
this->GetCloserAirAcceleration = 0.00f;
this->GetAwayAirAcceleration = 0.00f;
this->GetCloserGroundAcceleration = 0.00f;
this->GetAwayGroundAcceleration = 0.00f;
this->MinDistance = 0.00f;
}