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

9 lines
221 B
C++
Executable file

#include "ProjectileAttackComponent.h"
void UProjectileAttackComponent::AddAttackMontage(UAnimMontage* attackMontage) {
}
UProjectileAttackComponent::UProjectileAttackComponent() {
this->ManualyComplete = false;
}