8 lines
171 B
C++
Executable file
8 lines
171 B
C++
Executable file
#include "BTTask_Attack.h"
|
|
|
|
void UBTTask_Attack::OnAttackCompleted(UBehaviorTreeComponent* btComponent, const bool& wasSuccess) {
|
|
}
|
|
|
|
UBTTask_Attack::UBTTask_Attack() {
|
|
}
|
|
|