Files
FNGameProj/Source/FortniteGame/Private/FortAthenaBTService_Jump.cpp
2024-01-21 00:41:14 +01:00

7 lines
177 B
C++

#include "FortAthenaBTService_Jump.h"
UFortAthenaBTService_Jump::UFortAthenaBTService_Jump() {
this->JumpExecutionStatusName = TEXT("AIEvaluator_Jump_ExecutionStatus");
}