Files
2026-04-22 15:51:07 +02:00

11 lines
221 B
C++

#include "FortMusicSection.h"
FFortMusicSection::FFortMusicSection() {
this->Sound = NULL;
this->FadeInTime = 0.00f;
this->FadeOutTime = 0.00f;
this->InitialOffset = 0.00f;
this->Duration = 0.00f;
}