Files
FNGameProj/Source/FortniteGame/Private/FortAthenaAIBotAttackingDigestedSkillSet.cpp
T
2024-06-07 01:17:09 +02:00

12 lines
433 B
C++

#include "FortAthenaAIBotAttackingDigestedSkillSet.h"
UFortAthenaAIBotAttackingDigestedSkillSet::UFortAthenaAIBotAttackingDigestedSkillSet() {
MaxDistanceToEngageMeleeSq = 1;
bOnlyEngageMeleeAgainstThreatThatHasNoRangeWeapon = false;
MaxDistanceToConsiderAsAnAlternateTargetSq = 1;
bEnableWTFBehavior = true;
MinCooldownDelayBetweenMeleeAttackAttempts = 1;
MaxCooldownDelayBetweenMeleeAttackAttempts = 1;
}