Files
FNGameProj/Source/FortniteGame/Private/SoundPerceptionDigestedSetting.cpp
T
2024-03-03 23:44:39 +01:00

9 lines
209 B
C++

#include "SoundPerceptionDigestedSetting.h"
FSoundPerceptionDigestedSetting::FSoundPerceptionDigestedSetting() {
this->Loudness = 1;
this->IgnoreTime = 1;
this->OverrideReactionDistanceSq = 1;
}