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

16 lines
532 B
C++
Executable file

#include "FlyingEnemyDeepPathfinderCharacter.h"
void AFlyingEnemyDeepPathfinderCharacter::TriggerFrozenRagdoll() {
}
void AFlyingEnemyDeepPathfinderCharacter::OnFreezeImpact(UPrimitiveComponent* HitComponent, AActor* OtherActor, UPrimitiveComponent* OtherComp, FVector NormalImpulse, const FHitResult& Hit) {
}
AFlyingEnemyDeepPathfinderCharacter::AFlyingEnemyDeepPathfinderCharacter() {
this->FrozenMaterial = NULL;
this->FrozenAsset = NULL;
this->FrozenDeathSound = NULL;
this->FrozenDeathparticles = NULL;
}