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

8 lines
169 B
C++

#include "SoundParticleModuleBase.h"
USoundParticleModuleBase::USoundParticleModuleBase() {
this->bUseAverageFrequency = false;
this->bSpawnTimeOnly = true;
}