mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 03:53:25 +00:00
12 lines
433 B
C++
12 lines
433 B
C++
#include "FortAthenaAIBotAttackingDigestedSkillSet.h"
|
|
|
|
UFortAthenaAIBotAttackingDigestedSkillSet::UFortAthenaAIBotAttackingDigestedSkillSet() {
|
|
MaxDistanceToEngageMeleeSq = 1;
|
|
bOnlyEngageMeleeAgainstThreatThatHasNoRangeWeapon = false;
|
|
MaxDistanceToConsiderAsAnAlternateTargetSq = 1;
|
|
bEnableWTFBehavior = true;
|
|
MinCooldownDelayBetweenMeleeAttackAttempts = 1;
|
|
MaxCooldownDelayBetweenMeleeAttackAttempts = 1;
|
|
}
|
|
|