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

9 lines
253 B
C++

#include "FortAthenaAIBotWarmupDigestedSkillSet.h"
UFortAthenaAIBotWarmupDigestedSkillSet::UFortAthenaAIBotWarmupDigestedSkillSet() {
WarmupPlayEmoteBehaviorWeight = 1;
WarmupLootAndShootBehaviorWeight = 1;
WarmupIdleBehaviorWeight = 1;
}