mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 19:27:02 +00:00
9 lines
191 B
C++
9 lines
191 B
C++
#include "SoundPerceptionDigestedSetting.h"
|
|
|
|
FSoundPerceptionDigestedSetting::FSoundPerceptionDigestedSetting() {
|
|
Loudness = 1;
|
|
IgnoreTime = 1;
|
|
OverrideReactionDistanceSq = 1;
|
|
}
|
|
|