6 lines
126 B
C++
Executable file
6 lines
126 B
C++
Executable file
#include "AnimNotifyState_PlaySound.h"
|
|
|
|
UAnimNotifyState_PlaySound::UAnimNotifyState_PlaySound() {
|
|
this->Sound = NULL;
|
|
}
|
|
|