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

13 lines
391 B
C++

#include "FortAIEncounterWaveProgressEstimation.h"
FFortAIEncounterWaveProgressEstimation::FFortAIEncounterWaveProgressEstimation() {
SectionProgressEstimate = 1;
SectionStartTime = 1;
LastWaveProgressUpdateTime = 1;
PeakAndFadeWavePercentage = 1;
MaxAdjustmentPerSecond = 1;
CurrentSection = EFortAIWaveProgressSection::SectionOne;
NumberOfWaveSegments = 0;
}