DRG-Femboy-Voice/Source/FSD/Private/SoundAfflictionEffect.cpp
2025-04-15 12:39:31 -07:00

9 lines
213 B
C++
Executable file

#include "SoundAfflictionEffect.h"
USoundAfflictionEffect::USoundAfflictionEffect() {
this->BeginSound = NULL;
this->EndSound = NULL;
this->Attach = false;
this->FadeOnLoopEndDuration = 0.25f;
}