DRG-Femboy-Voice/Source/FSD/Private/ActiveMusicItem.cpp
2025-04-15 12:39:31 -07:00

10 lines
214 B
C++
Executable file

#include "ActiveMusicItem.h"
FActiveMusicItem::FActiveMusicItem() {
this->Sound = NULL;
this->StartingTime = 0.00f;
this->FadeDuration = 0.00f;
this->Looping = false;
this->Category = NULL;
}