7 lines
131 B
C++
Executable file
7 lines
131 B
C++
Executable file
#include "ActiveAudioItem.h"
|
|
|
|
FActiveAudioItem::FActiveAudioItem() {
|
|
this->audio = NULL;
|
|
this->FadeoutDuration = 0.00f;
|
|
}
|
|
|