8 lines
188 B
C++
Executable file
8 lines
188 B
C++
Executable file
#include "AnimNotify_PlaySound2D.h"
|
|
|
|
UAnimNotify_PlaySound2D::UAnimNotify_PlaySound2D() {
|
|
this->Sound = NULL;
|
|
this->VolumeMultiplier = 1.00f;
|
|
this->PitchMultiplier = 1.00f;
|
|
}
|
|
|