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

8 lines
194 B
C++

#include "FortGameplayMutator_AILevelVariance.h"
AFortGameplayMutator_AILevelVariance::AFortGameplayMutator_AILevelVariance() {
this->MinVariance = 1.00f;
this->MaxVariance = 1.00f;
}