Files
FNGameProj/Source/FortniteGame/Private/FortGameplayMutator_AILevelVariance.cpp
2024-01-21 00:41:14 +01:00

8 lines
194 B
C++

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