mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 19:27:02 +00:00
8 lines
169 B
C++
8 lines
169 B
C++
#include "SoundParticleModuleBase.h"
|
|
|
|
USoundParticleModuleBase::USoundParticleModuleBase() {
|
|
this->bUseAverageFrequency = false;
|
|
this->bSpawnTimeOnly = true;
|
|
}
|
|
|