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