20 lines
419 B
C++
Executable file
20 lines
419 B
C++
Executable file
#include "SpecialAttackComponent.h"
|
|
|
|
void USpecialAttackComponent::TriggerAttack(FName Name) {
|
|
}
|
|
|
|
UAnimMontage* USpecialAttackComponent::SelectMontage_Implementation() const {
|
|
return NULL;
|
|
}
|
|
|
|
|
|
|
|
void USpecialAttackComponent::OnMontageEnded(UAnimMontage* Montage, bool interrupted) {
|
|
}
|
|
|
|
void USpecialAttackComponent::OnFrozen_Implementation(bool IsFrozen) {
|
|
}
|
|
|
|
USpecialAttackComponent::USpecialAttackComponent() {
|
|
}
|
|
|