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

9 lines
229 B
C++

#include "FortAthenaAIBotReviveDigestedSkillSet.h"
UFortAthenaAIBotReviveDigestedSkillSet::UFortAthenaAIBotReviveDigestedSkillSet() {
AllyEvaluationTime = 1;
AllyEvaluationTimeDeviation = 1;
CooldownOnCancel = 1;
}