7 lines
186 B
C++
Executable file
7 lines
186 B
C++
Executable file
#include "AnimNotifyState_EnemyPlaySoundByKey.h"
|
|
|
|
UAnimNotifyState_EnemyPlaySoundByKey::UAnimNotifyState_EnemyPlaySoundByKey() {
|
|
this->SoundKey = NULL;
|
|
this->FadeOut = 0.20f;
|
|
}
|
|
|