7 lines
157 B
C++
Executable file
7 lines
157 B
C++
Executable file
#include "AnimNotify_PushSoundMix.h"
|
|
|
|
UAnimNotify_PushSoundMix::UAnimNotify_PushSoundMix() {
|
|
this->SoundMix = NULL;
|
|
this->MaxDistance = 1000.00f;
|
|
}
|
|
|