9 lines
221 B
C++
Executable file
9 lines
221 B
C++
Executable file
#include "ProjectileAttackComponent.h"
|
|
|
|
void UProjectileAttackComponent::AddAttackMontage(UAnimMontage* attackMontage) {
|
|
}
|
|
|
|
UProjectileAttackComponent::UProjectileAttackComponent() {
|
|
this->ManualyComplete = false;
|
|
}
|
|
|