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

14 lines
376 B
C++
Executable file

#include "ProjectileThrowerAttack.h"
void UProjectileThrowerAttack::OnThrowerMontageEnded(UAnimMontage* Montage, bool bInterrupted) {
}
void UProjectileThrowerAttack::All_ShowThrowerAnimation_Implementation() {
}
UProjectileThrowerAttack::UProjectileThrowerAttack() {
this->ThrowerMesh = NULL;
this->ThrowerAnimInstance = NULL;
this->RotateToTarget = false;
}