9 lines
213 B
C++
Executable file
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;
|
|
}
|
|
|