Files
UnrealEvent/Project/Source/FortniteGame/Private/FortAIDataProvider_FloatCurveOverGameDifficulty.cpp
2026-04-22 15:51:07 +02:00

7 lines
198 B
C++

#include "FortAIDataProvider_FloatCurveOverGameDifficulty.h"
UFortAIDataProvider_FloatCurveOverGameDifficulty::UFortAIDataProvider_FloatCurveOverGameDifficulty() {
this->FloatValue = 0.00f;
}