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

10 lines
277 B
C++

#include "FortAthenaAIBotHarvestDigestedSkillSet.h"
UFortAthenaAIBotHarvestDigestedSkillSet::UFortAthenaAIBotHarvestDigestedSkillSet() {
DelayBetweenHarvest = 1;
DeviationTimeBetweenHarvest = 1;
HarvestingMaxDistanceSquared = 1;
WeakSpotHitProbability = 1;
}