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

10 lines
233 B
C++
Executable file

#include "ProjectileState.h"
FProjectileState::FProjectileState() {
this->HomingTargetComponent = NULL;
this->IsSimulating = false;
this->IsBouncy = false;
this->IsHoming = false;
this->IsPenetrating = false;
}