9 lines
239 B
C++
Executable file
9 lines
239 B
C++
Executable file
#include "EnemyPlaySoundByKeyAnimNotify.h"
|
|
|
|
UEnemyPlaySoundByKeyAnimNotify::UEnemyPlaySoundByKeyAnimNotify() {
|
|
this->SoundKey = NULL;
|
|
this->VolumeMultiplier = 0.00f;
|
|
this->PitchMultiplier = 0.00f;
|
|
this->bFollow = false;
|
|
}
|
|
|