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

11 lines
354 B
C++
Executable file

#include "FSDProjectileMovementComponent.h"
UFSDProjectileMovementComponent::UFSDProjectileMovementComponent() {
this->bShouldPenetrate = false;
this->InvertIgnoreCollisionAgainst = false;
this->AccelerationCurve = NULL;
this->AccelerationMultiplier = 1.00f;
this->MaxPropulsionTime = 0.00f;
this->bCancelPenetration = false;
}